git » linux-kernel » commit e9438e3

sysfs: fix SYSFS_DEPRECATED_V2 prompt

author Randy Dunlap
2009-12-01 21:17:50 UTC
committer Linus Torvalds
2009-12-02 00:32:20 UTC
parent cb8799eeddd542abd504c62c11014dfbaec7f3a1

sysfs: fix SYSFS_DEPRECATED_V2 prompt

The SYSFS_DEPRECATED_V2 says "remove" older, deprecated features, but it
actually enables them, so correct this confusing, backwards text.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

init/Kconfig +1 -1

diff --git a/init/Kconfig b/init/Kconfig
index 39923ccc287..eb4b33725db 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -606,7 +606,7 @@ config SYSFS_DEPRECATED
 	bool
 
 config SYSFS_DEPRECATED_V2
-	bool "remove sysfs features which may confuse old userspace tools"
+	bool "enable deprecated sysfs features which may confuse old userspace tools"
 	depends on SYSFS
 	default n
 	select SYSFS_DEPRECATED