public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sysfs: fix SYSFS_DEPRECATED_V2 prompt
@ 2009-11-23 23:56 Randy Dunlap
  2009-12-03  8:03 ` Uwe Kleine-König
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2009-11-23 23:56 UTC (permalink / raw)
  To: LKML; +Cc: Greg KH, kay.sievers, Andrew Morton

From: Randy Dunlap <randy.dunlap@oracle.com>

The SYSFS_DEPRECATED_V2 says "remove" older, deprecated features,
but it actually enables them, so correct this confusing, backwards
text.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
---
 init/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-2632-rc8.orig/init/Kconfig
+++ lnx-2632-rc8/init/Kconfig
@@ -606,7 +606,7 @@ config SYSFS_DEPRECATED
 	bool
 
 config SYSFS_DEPRECATED_V2
-	bool "remove sysfs features which may confuse old userspace tools"
+	bool "enable deprecated sysfs features which may confuse old userspace tools"
 	depends on SYSFS
 	default n
 	select SYSFS_DEPRECATED

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-03 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 23:56 [PATCH] sysfs: fix SYSFS_DEPRECATED_V2 prompt Randy Dunlap
2009-12-03  8:03 ` Uwe Kleine-König
2009-12-03 16:31   ` Randy Dunlap
2009-12-03 18:58     ` [PATCH] sysfs: deprecated features are to help old tools not to confuse them Uwe Kleine-König
2009-12-03 19:31       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox