From e1f9a517c8ec7d6d09c41451ac3112bfaf1dd830 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 20 Dec 2020 02:07:40 +0000 Subject: [PATCH] Port Kconfig files to kernel v5.9 Change '---help---' into 'help'. See also Linux kernel commit f70f74d15ca8 ("kconfig: remove '---help---' support") # v5.9. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9216 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/Kconfig | 4 ++-- qla2x00t/Kconfig | 4 ++-- srpt/src/Kconfig | 17 ++++++++--------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/qla2x00t-32gbit/Kconfig b/qla2x00t-32gbit/Kconfig index 7089468e6..133a47a3b 100644 --- a/qla2x00t-32gbit/Kconfig +++ b/qla2x00t-32gbit/Kconfig @@ -35,7 +35,7 @@ config SCSI_QLA2XXX_TARGET bool "QLogic 2xxx target mode support" depends on SCSI_QLA_FC default y - ---help--- + help This option enables target mode hooks used by the SCST qla2x00t driver. Once qla2x00tgt module is loaded, target mode for each port can be enable via sysfs interface. @@ -46,5 +46,5 @@ config SCST_QLA_TGT_ADDON tristate "QLogic SCST Target Driver" depends on SCSI_QLA2XXX_TARGET default y - ---help--- + help SCST QLogic 32 gbit/s target driver. diff --git a/qla2x00t/Kconfig b/qla2x00t/Kconfig index 3a157d3f5..12edf3ccd 100644 --- a/qla2x00t/Kconfig +++ b/qla2x00t/Kconfig @@ -3,7 +3,7 @@ config SCSI_QLA_FC depends on PCI && SCSI select SCSI_FC_ATTRS select FW_LOADER - ---help--- + help This qla2xxx driver supports all QLogic Fibre Channel PCI and PCIe host adapters. @@ -30,7 +30,7 @@ config SCSI_QLA2XXX_TARGET bool "QLogic 2xxx target mode support" depends on SCSI_QLA_FC default y - ---help--- + help This option enables target mode hooks used by the SCST qla2x00t driver. Once qla2x00tgt module is loaded, target mode for each port can be enable via sysfs interface. diff --git a/srpt/src/Kconfig b/srpt/src/Kconfig index 58de81474..d580ec052 100644 --- a/srpt/src/Kconfig +++ b/srpt/src/Kconfig @@ -1,12 +1,11 @@ config SCST_SRPT tristate "InfiniBand SCSI RDMA Protocol target support" depends on INFINIBAND && SCST - ---help--- - - Support for the SCSI RDMA Protocol (SRP) Target driver. The - SRP protocol is a protocol that allows an initiator to access - a block storage device on another host (target) over a network - that supports the RDMA protocol. Currently the RDMA protocol is - supported by InfiniBand and by iWarp network hardware. More - information about the SRP protocol can be found on the website - of the INCITS T10 technical committee (http://www.t10.org/). + help + Support for the SCSI RDMA Protocol (SRP) Target driver. The + SRP protocol is a protocol that allows an initiator to access + a block storage device on another host (target) over a network + that supports the RDMA protocol. Currently the RDMA protocol is + supported by InfiniBand and by iWarp network hardware. More + information about the SRP protocol can be found on the website + of the INCITS T10 technical committee (http://www.t10.org/).