Staging: unisys: visorhba: Replace '--help--' with 'help' in Kconfig
authorWentao Cai <etsai042@gmail.com>
Wed, 20 Mar 2019 04:44:59 +0000 (21:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Mar 2019 06:54:05 +0000 (07:54 +0100)
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>
drivers/staging/unisys/visorhba/Kconfig

index 241d8038261c36f89281d61b0b323ef9e592c56a..fb592f7cb7c31cc4358233c0df73b84f03ff85ab 100644 (file)
@@ -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.