aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/powerpc/include/pkeys.h
diff options
context:
space:
mode:
authorShaomin Deng <dengshaomin@cdjrlc.com>2022-10-29 05:46:43 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2022-11-24 23:31:49 +1100
commitad8284ead833379fc57d90e50dbae1352b116c2b (patch)
treeab0891b0bbe40b91df718335daedfbf77c4ee84d /tools/testing/selftests/powerpc/include/pkeys.h
parentselftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping" (diff)
downloadwireguard-linux-ad8284ead833379fc57d90e50dbae1352b116c2b.tar.xz
wireguard-linux-ad8284ead833379fc57d90e50dbae1352b116c2b.zip
selftests/powerpc: Remove repeated word in comments
Remove the repeated word "not" in comments. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20221029094643.5595-1-dengshaomin@cdjrlc.com
Diffstat (limited to 'tools/testing/selftests/powerpc/include/pkeys.h')
-rw-r--r--tools/testing/selftests/powerpc/include/pkeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/include/pkeys.h b/tools/testing/selftests/powerpc/include/pkeys.h
index 3312cb1b058d..51729d9a7111 100644
--- a/tools/testing/selftests/powerpc/include/pkeys.h
+++ b/tools/testing/selftests/powerpc/include/pkeys.h
@@ -24,7 +24,7 @@
#undef PKEY_DISABLE_EXECUTE
#define PKEY_DISABLE_EXECUTE 0x4
-/* Older versions of libc do not not define this */
+/* Older versions of libc do not define this */
#ifndef SEGV_PKUERR
#define SEGV_PKUERR 4
#endif