Browse Source

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>
Ferenc Wagner 14 years ago
parent
commit
5d6a4ea576
1 changed files with 2 additions and 2 deletions
  1. 2 2
      init/Kconfig

+ 2 - 2
init/Kconfig

@@ -814,7 +814,7 @@ config MM_OWNER
 	bool
 	bool
 
 
 config SYSFS_DEPRECATED
 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
 	depends on SYSFS
 	default n
 	default n
 	help
 	help
@@ -837,7 +837,7 @@ config SYSFS_DEPRECATED
 	  need to say Y here.
 	  need to say Y here.
 
 
 config SYSFS_DEPRECATED_V2
 config SYSFS_DEPRECATED_V2
-	bool "enabled deprecated sysfs features by default"
+	bool "Enable deprecated sysfs features by default"
 	default n
 	default n
 	depends on SYSFS
 	depends on SYSFS
 	depends on SYSFS_DEPRECATED
 	depends on SYSFS_DEPRECATED