From: Wentao Cai Date: Fri, 8 Mar 2019 02:01:13 +0000 (-0800) Subject: staging: most: usb: Change '--help--' to 'help' in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e91dea57f36cedb09bc168d91c71d22f7adbbad1;p=linux.git staging: most: usb: Change '--help--' to 'help' in Kconfig Change '--help--' in Kconfig file 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/most/usb/Kconfig b/drivers/staging/most/usb/Kconfig index ebbdb573a9a64..539b38fb3d888 100644 --- a/drivers/staging/most/usb/Kconfig +++ b/drivers/staging/most/usb/Kconfig @@ -5,7 +5,7 @@ config MOST_USB tristate "USB" depends on USB && NET - ---help--- + help Say Y here if you want to connect via USB to network tranceiver. This device driver depends on the networking AIM.