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

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

authored by

Shaomin Deng and committed by
Michael Ellerman
ad8284ea 04757c5e

+1 -1
+1 -1
tools/testing/selftests/powerpc/include/pkeys.h
··· 24 24 #undef PKEY_DISABLE_EXECUTE 25 25 #define PKEY_DISABLE_EXECUTE 0x4 26 26 27 - /* Older versions of libc do not not define this */ 27 + /* Older versions of libc do not define this */ 28 28 #ifndef SEGV_PKUERR 29 29 #define SEGV_PKUERR 4 30 30 #endif