diff options
author | Ferenc Wagner <wferi@niif.hu> | 2011-01-10 13:04:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-03 19:36:40 -0500 |
commit | 5d6a4ea576bb8d9583d1d12538403661f7d26e31 (patch) | |
tree | 2e8c933eddb89073ec105edc84d833d2742c97a1 /init | |
parent | 481e20799bdcf98fd5a1d829d187239a90b15395 (diff) |
sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} options
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index be788c0957d4..e72fd101039e 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -814,7 +814,7 @@ config MM_OWNER | |||
814 | bool | 814 | bool |
815 | 815 | ||
816 | config SYSFS_DEPRECATED | 816 | config SYSFS_DEPRECATED |
817 | bool "enable deprecated sysfs features to support old userspace tools" | 817 | bool "Enable deprecated sysfs features to support old userspace tools" |
818 | depends on SYSFS | 818 | depends on SYSFS |
819 | default n | 819 | default n |
820 | help | 820 | help |
@@ -837,7 +837,7 @@ config SYSFS_DEPRECATED | |||
837 | need to say Y here. | 837 | need to say Y here. |
838 | 838 | ||
839 | config SYSFS_DEPRECATED_V2 | 839 | config SYSFS_DEPRECATED_V2 |
840 | bool "enabled deprecated sysfs features by default" | 840 | bool "Enable deprecated sysfs features by default" |
841 | default n | 841 | default n |
842 | depends on SYSFS | 842 | depends on SYSFS |
843 | depends on SYSFS_DEPRECATED | 843 | depends on SYSFS_DEPRECATED |