[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1300309888-5028-19-git-send-email-gregkh@suse.de>
Date: Wed, 16 Mar 2011 14:10:57 -0700
From: Greg Kroah-Hartman <gregkh@...e.de>
To: linux-kernel@...r.kernel.org
Cc: Ferenc Wagner <wferi@...f.hu>, Greg Kroah-Hartman <gregkh@...e.de>
Subject: [PATCH 19/50] sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} options
From: Ferenc Wagner <wferi@...f.hu>
Signed-off-by: Ferenc Wagner <wferi@...f.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
init/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index be788c0..e72fd10 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
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists