linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi menu: move RAID transport class to Transports menu
@ 2007-11-04 18:44 Randy Dunlap
  2007-11-04 18:58 ` Matthew Wilcox
  0 siblings, 1 reply; 14+ messages in thread
From: Randy Dunlap @ 2007-11-04 18:44 UTC (permalink / raw)
  To: scsi; +Cc: jejb

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

Move RAID_ATTRS into the SCSI Transports sub-menu.
Fix some help text whitespace in Transports.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/scsi/Kconfig |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

--- linux-2.6.24-rc1-git13.orig/drivers/scsi/Kconfig
+++ linux-2.6.24-rc1-git13/drivers/scsi/Kconfig
@@ -1,12 +1,5 @@
 menu "SCSI device support"
 
-config RAID_ATTRS
-	tristate "RAID Transport Class"
-	default n
-	depends on BLOCK
-	---help---
-	  Provides RAID
-
 config SCSI
 	tristate "SCSI device support"
 	depends on BLOCK
@@ -256,6 +249,13 @@ config SCSI_WAIT_SCAN
 menu "SCSI Transports"
 	depends on SCSI
 
+config RAID_ATTRS
+	tristate "RAID Transport Class"
+	default n
+	depends on BLOCK
+	---help---
+	  Provides RAID class information in sysfs.
+
 config SCSI_SPI_ATTRS
 	tristate "Parallel SCSI (SPI) Transport Attributes"
 	depends on SCSI
@@ -277,7 +277,7 @@ config SCSI_FC_TGT_ATTRS
 	depends on SCSI_FC_ATTRS
 	depends on SCSI_TGT = y || SCSI_TGT = SCSI_FC_ATTRS
 	help
-		If you want to use SCSI target mode drivers enable this option.
+	  If you want to use SCSI target mode drivers enable this option.
 
 config SCSI_ISCSI_ATTRS
 	tristate "iSCSI Transport Attributes"
@@ -308,7 +308,7 @@ config SCSI_SRP_TGT_ATTRS
 	depends on SCSI_SRP_ATTRS
 	depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS
 	help
-		If you want to use SCSI target mode drivers enable this option.
+	  If you want to use SCSI target mode drivers enable this option.
 
 endmenu
 

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

end of thread, other threads:[~2008-03-06 18:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04 18:44 [PATCH] scsi menu: move RAID transport class to Transports menu Randy Dunlap
2007-11-04 18:58 ` Matthew Wilcox
2007-11-04 19:00   ` Jeff Garzik
2007-11-04 19:39     ` [PATCH v2] block: move RAID transport class to BLOCK menu Randy Dunlap
2007-11-04 19:58       ` Jeff Garzik
2007-11-04 20:02         ` Randy Dunlap
2007-11-04 20:06           ` Jeff Garzik
2007-11-04 20:12             ` Randy Dunlap
2007-11-04 20:17             ` [PATCH v3] " Randy Dunlap
2007-11-04 20:19               ` Jeff Garzik
2008-03-06  3:08               ` Randy Dunlap
2008-03-06  6:28                 ` Jens Axboe
2008-03-06 16:02                   ` James Bottomley
2008-03-06 18:29                     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).