]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: unisys: visornic: Replace '--help--' with 'help' in Kconfig
authorWentao Cai <etsai042@gmail.com>
Wed, 20 Mar 2019 04:45:01 +0000 (21:45 -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/visornic/Kconfig

index 1676dc7072d5424b6d5949b08627d5b4bd34c47b..865f8963409ec0a508a078139437e3fe7a0d2e36 100644 (file)
@@ -5,11 +5,11 @@
 config UNISYS_VISORNIC
        tristate "Unisys visornic driver"
        depends on UNISYSSPAR && UNISYS_VISORBUS && NET
-       ---help---
-       The Unisys Visornic driver provides support for s-Par network
-       devices exposed on the s-Par visorbus. When a message is sent
-       to visorbus to create a network device, the probe function of
-       visornic is called to create the netdev device. Networking on
-       s-Par switches will not work if this driver is not selected.
-       If you say Y here, you will enable the Unisys visornic driver.
+       help
+               The Unisys Visornic driver provides support for s-Par network
+               devices exposed on the s-Par visorbus. When a message is sent
+               to visorbus to create a network device, the probe function of
+               visornic is called to create the netdev device. Networking on
+               s-Par switches will not work if this driver is not selected.
+               If you say Y here, you will enable the Unisys visornic driver.