Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yang Li and committed by
Shuah Khan
18f6e685 8a94b4ea

+1 -1
+1 -1
tools/testing/selftests/x86/ldt_gdt.c
··· 607 607 608 608 failures++; 609 609 asm volatile ("mov %0, %%ss" : : "rm" (orig_ss)); 610 - }; 610 + } 611 611 612 612 ftx = 100; /* Kill the thread. */ 613 613 syscall(SYS_futex, &ftx, FUTEX_WAKE, 0, NULL, NULL, 0);