diff options
author | Ferenc Wagner <wferi@niif.hu> | 2011-01-10 19:04:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-03 16:36:40 -0800 |
commit | 5d6a4ea576bb8d9583d1d12538403661f7d26e31 (patch) | |
tree | 2e8c933eddb89073ec105edc84d833d2742c97a1 /init | |
parent | 481e20799bdcf98fd5a1d829d187239a90b15395 (diff) | |
download | linux-stable-5d6a4ea576bb8d9583d1d12538403661f7d26e31.tar.gz linux-stable-5d6a4ea576bb8d9583d1d12538403661f7d26e31.tar.bz2 linux-stable-5d6a4ea576bb8d9583d1d12538403661f7d26e31.zip |
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 bool config SYSFS_DEPRECATED - bool "enable deprecated sysfs features to support old userspace tools" + bool "Enable deprecated sysfs features to support old userspace tools" depends on SYSFS default n help @@ -837,7 +837,7 @@ config SYSFS_DEPRECATED need to say Y here. config SYSFS_DEPRECATED_V2 - bool "enabled deprecated sysfs features by default" + bool "Enable deprecated sysfs features by default" default n depends on SYSFS depends on SYSFS_DEPRECATED |