Commit 1bf1f575 authored by Prasad Pandit's avatar Prasad Pandit Committed by Martin K. Petersen

scsi: qla2xxx: Indent help text

Fix indentation of config option's help text by adding leading spaces.
Generally help text is indented by couple of spaces more beyond the leading
tab <\t> character.  It helps Kconfig parsers to read file without error.
Signed-off-by: default avatarPrasad Pandit <pjp@fedoraproject.org>
Link: https://lore.kernel.org/r/20240321112438.1759347-1-ppandit@redhat.comSigned-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent e75f7555
...@@ -53,7 +53,7 @@ config SCSI_ESP_PIO ...@@ -53,7 +53,7 @@ config SCSI_ESP_PIO
config SCSI_NETLINK config SCSI_NETLINK
bool bool
default n default n
depends on NET depends on NET
config SCSI_PROC_FS config SCSI_PROC_FS
...@@ -327,7 +327,7 @@ config ISCSI_TCP ...@@ -327,7 +327,7 @@ config ISCSI_TCP
config ISCSI_BOOT_SYSFS config ISCSI_BOOT_SYSFS
tristate "iSCSI Boot Sysfs Interface" tristate "iSCSI Boot Sysfs Interface"
default n default n
help help
This option enables support for exposing iSCSI boot information This option enables support for exposing iSCSI boot information
via sysfs to userspace. If you wish to export this information, via sysfs to userspace. If you wish to export this information,
......
...@@ -7,29 +7,29 @@ config SCSI_QLA_FC ...@@ -7,29 +7,29 @@ config SCSI_QLA_FC
select FW_LOADER select FW_LOADER
select BTREE select BTREE
help help
This qla2xxx driver supports all QLogic Fibre Channel This qla2xxx driver supports all QLogic Fibre Channel
PCI and PCIe host adapters. PCI and PCIe host adapters.
By default, firmware for the ISP parts will be loaded By default, firmware for the ISP parts will be loaded
via the Firmware Loader interface. via the Firmware Loader interface.
ISP Firmware Filename ISP Firmware Filename
---------- ----------------- ---------- -----------------
21xx ql2100_fw.bin 21xx ql2100_fw.bin
22xx ql2200_fw.bin 22xx ql2200_fw.bin
2300, 2312, 6312 ql2300_fw.bin 2300, 2312, 6312 ql2300_fw.bin
2322, 6322 ql2322_fw.bin 2322, 6322 ql2322_fw.bin
24xx, 54xx ql2400_fw.bin 24xx, 54xx ql2400_fw.bin
25xx ql2500_fw.bin 25xx ql2500_fw.bin
Upon request, the driver caches the firmware image until Upon request, the driver caches the firmware image until
the driver is unloaded. the driver is unloaded.
Firmware images can be retrieved from: Firmware images can be retrieved from:
http://ldriver.qlogic.com/firmware/ http://ldriver.qlogic.com/firmware/
They are also included in the linux-firmware tree as well. They are also included in the linux-firmware tree as well.
config TCM_QLA2XXX config TCM_QLA2XXX
tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs" tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
...@@ -38,13 +38,15 @@ config TCM_QLA2XXX ...@@ -38,13 +38,15 @@ config TCM_QLA2XXX
select BTREE select BTREE
default n default n
help help
Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+
series target mode HBAs.
if TCM_QLA2XXX if TCM_QLA2XXX
config TCM_QLA2XXX_DEBUG config TCM_QLA2XXX_DEBUG
bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
default n default n
help help
Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for
This will include code to enable the SCSI command jammer QLogic 24xx+ series target mode HBAs.
This will include code to enable the SCSI command jammer.
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment