Skip to content

Commit

Permalink
sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} options
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ferenc Wagner authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 481e207 commit 5d6a4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d6a4ea

Please sign in to comment.