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 <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 8a94b4e commit 18f6e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)