From: Wentao Cai Date: Wed, 20 Mar 2019 04:45:00 +0000 (-0700) Subject: Staging: unisys: visorinput: Replace '--help--' with 'help' in Kconfig X-Git-Tag: v5.15~6451^2~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93ea10f5453cca57055375db2c0d982a05d408e1;p=platform%2Fkernel%2Flinux-starfive.git Staging: unisys: visorinput: 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorinput/Kconfig b/drivers/staging/unisys/visorinput/Kconfig index a3817e0..1b8efc2 100644 --- a/drivers/staging/unisys/visorinput/Kconfig +++ b/drivers/staging/unisys/visorinput/Kconfig @@ -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.