]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: most: Replace '--help--' in Kconfig file
authorWentao Cai <etsai042@gmail.com>
Tue, 12 Mar 2019 08:10:39 +0000 (01:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:05:24 +0000 (07:05 +0100)
Replace '--help--' with 'help' 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/most/i2c/Kconfig
drivers/staging/most/net/Kconfig
drivers/staging/most/sound/Kconfig
drivers/staging/most/video/Kconfig

index 79d0ff27f56d82110ebc861121c5bab6ed26b8ee..f723f99711bd81ea0ac1975a0b9513f8e9e16c1a 100644 (file)
@@ -5,7 +5,7 @@
 config MOST_I2C
        tristate "I2C"
        depends on I2C
-       ---help---
+       help
          Say Y here if you want to connect via I2C to network tranceiver.
 
          To compile this driver as a module, choose M here: the
index 795330ba94ef3bdff9e2586cc51129e724e2d97d..28040931f7e7b35c03e70e720981f45a43a1dc42 100644 (file)
@@ -6,7 +6,7 @@ config MOST_NET
        tristate "Net"
        depends on NET
 
-       ---help---
+       help
          Say Y here if you want to commumicate via a networking device.
 
          To compile this driver as a module, choose M here: the
index 115262a58a42705a9971c1edc0f3750102274f96..5614a999b54efeef6b8fd90b2cb73ba6276db139 100644 (file)
@@ -6,7 +6,7 @@ config MOST_SOUND
        tristate "Sound"
        depends on SND
        select SND_PCM
-       ---help---
+       help
          Say Y here if you want to commumicate via ALSA/sound devices.
 
          To compile this driver as a module, choose M here: the
index ce6af4f951a6b1a73559d430c4e8d4fff71d2bfc..a458d0c74a0f8f683c5a2878117db27da90c61a0 100644 (file)
@@ -5,7 +5,7 @@
 config MOST_VIDEO
        tristate "Video"
        depends on VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to commumicate via Video 4 Linux.
 
          To compile this driver as a module, choose M here: the