From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
 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
 
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to