]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86: Fix help message for STRICT_DEVMEM config option
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Jul 2008 20:04:08 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Jul 2008 20:04:08 +0000 (13:04 -0700)
The message talked about "left on" when it meant to say disabled.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/Kconfig.debug

index 85a87d2ac0c09940c9d0d6654345375417e3d378..092f019e033a7a42d65b9d9297c02435c45347d0 100644 (file)
@@ -8,7 +8,7 @@ source "lib/Kconfig.debug"
 config STRICT_DEVMEM
        bool "Filter access to /dev/mem"
        help
-         If this option is left on, you allow userspace (root) access to all
+         If this option is disabled, you allow userspace (root) access to all
          of memory, including kernel and userspace memory. Accidental
          access to this is obviously disastrous, but specific access can
          be used by people debugging the kernel. Note that with PAT support