Staging: unisys: visorinput: Replace '--help--' with 'help' in Kconfig
authorWentao Cai <etsai042@gmail.com>
Wed, 20 Mar 2019 04:45:00 +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/visorinput/Kconfig

index a3817e0..1b8efc2 100644 (file)
@@ -5,11 +5,11 @@
 config UNISYS_VISORINPUT
        tristate "Unisys visorinput driver"
        depends on UNISYSSPAR && UNISYS_VISORBUS && INPUT
-       ---help---
-       The Unisys s-Par visorinput driver provides a virtualized system
-       console (keyboard and mouse) that is accessible through the
-       s-Par firmware's user interface. s-Par provides video using the EFI
-       GOP protocol, so If this driver is not present, the Linux guest should
-       still boot with visible output in the partition desktop, but keyboard
-       and mouse interaction will not be available.
+       help
+               The Unisys s-Par visorinput driver provides a virtualized system
+               console (keyboard and mouse) that is accessible through the
+               s-Par firmware's user interface. s-Par provides video using the EFI
+               GOP protocol, so If this driver is not present, the Linux guest should
+               still boot with visible output in the partition desktop, but keyboard
+               and mouse interaction will not be available.