aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorWentao Cai <etsai042@gmail.com>2019-03-19 21:44:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-20 07:54:05 +0100
commitfa008fdf002df049c2e9eeaa09ec96debaf0caea (patch)
tree6c1cdc66a231c072f2491219249a1e779856be93 /drivers/staging/unisys
parentStaging: unisys: visorinput: Replace '--help--' with 'help' in Kconfig (diff)
downloadlinux-dev-fa008fdf002df049c2e9eeaa09ec96debaf0caea.tar.xz
linux-dev-fa008fdf002df049c2e9eeaa09ec96debaf0caea.zip
Staging: unisys: visorhba: Replace '--help--' with 'help' in Kconfig
Replace '--help--' in Kconfig and indent the subsequent text to silence checkpatch.pl warning: WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Wentao Cai <etsai042@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorhba/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/unisys/visorhba/Kconfig b/drivers/staging/unisys/visorhba/Kconfig
index 241d8038261c..fb592f7cb7c3 100644
--- a/drivers/staging/unisys/visorhba/Kconfig
+++ b/drivers/staging/unisys/visorhba/Kconfig
@@ -5,10 +5,10 @@
config UNISYS_VISORHBA
tristate "Unisys visorhba driver"
depends on UNISYSSPAR && UNISYS_VISORBUS && SCSI
- ---help---
- The Unisys visorhba driver provides support for s-Par HBA
- devices exposed on the s-Par visorbus. When a message is sent
- to visorbus to create a HBA device, the probe function of
- visorhba is called to create the scsi device.
- If you say Y here, you will enable the Unisys visorhba driver.
+ help
+ The Unisys visorhba driver provides support for s-Par HBA
+ devices exposed on the s-Par visorbus. When a message is sent
+ to visorbus to create a HBA device, the probe function of
+ visorhba is called to create the scsi device.
+ If you say Y here, you will enable the Unisys visorhba driver.