sysfs: fix SYSFS_DEPRECATED_V2 prompt
authorRandy Dunlap <[email protected]>
Tue, 1 Dec 2009 21:17:50 +0000 (13:17 -0800)
committerLinus Torvalds <[email protected]>
Wed, 2 Dec 2009 00:32:20 +0000 (16:32 -0800)
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 <[email protected]>
Cc: Kay Sievers <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
init/Kconfig

index 39923ccc287b6adfcd543ed711b0e27865a1d387..eb4b33725db114984f4a967119a59e9892b225c3 100644 (file)
@@ -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