aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/x86
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2021-02-07 15:42:10 +0800
committerShuah Khan <skhan@linuxfoundation.org>2021-02-08 16:32:52 -0700
commit18f6e68548587aa729dcff669321c818665d3def (patch)
tree21d1abd69fb0162118d402132ca30cc84f3ff644 /tools/testing/selftests/x86
parentselftests/ipc: remove unneeded semicolon (diff)
downloadwireguard-linux-18f6e68548587aa729dcff669321c818665d3def.tar.xz
wireguard-linux-18f6e68548587aa729dcff669321c818665d3def.zip
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>
Diffstat (limited to 'tools/testing/selftests/x86')
-rw-r--r--tools/testing/selftests/x86/ldt_gdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/ldt_gdt.c b/tools/testing/selftests/x86/ldt_gdt.c
index 1aef72df20a1..3a29346e1452 100644
--- a/tools/testing/selftests/x86/ldt_gdt.c
+++ b/tools/testing/selftests/x86/ldt_gdt.c
@@ -607,7 +607,7 @@ static void do_multicpu_tests(void)
failures++;
asm volatile ("mov %0, %%ss" : : "rm" (orig_ss));
- };
+ }
ftx = 100; /* Kill the thread. */
syscall(SYS_futex, &ftx, FUTEX_WAKE, 0, NULL, NULL, 0);