Skip to content

Commit 18f6e68

Browse files
Yang Lishuahkh
authored andcommitted
selftests/x86/ldt_gdt: remove unneeded semicolon
Eliminate the following coccicheck warning: ./tools/testing/selftests/x86/ldt_gdt.c:610:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 8a94b4e commit 18f6e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/x86/ldt_gdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ static void do_multicpu_tests(void)
607607

608608
failures++;
609609
asm volatile ("mov %0, %%ss" : : "rm" (orig_ss));
610-
};
610+
}
611611

612612
ftx = 100; /* Kill the thread. */
613613
syscall(SYS_futex, &ftx, FUTEX_WAKE, 0, NULL, NULL, 0);

0 commit comments

Comments
 (0)