Commit 5b628549 authored by Wentao Cai's avatar Wentao Cai Committed by Greg Kroah-Hartman

staging: most: Replace '--help--' in Kconfig file

Replace '--help--' with 'help' to silence checkpatch.pl warning:
WARNING: prefer 'help' over '---help---' for new help texts
Signed-off-by: default avatarWentao Cai <etsai042@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 79661867
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
config MOST_I2C config MOST_I2C
tristate "I2C" tristate "I2C"
depends on I2C depends on I2C
---help--- help
Say Y here if you want to connect via I2C to network tranceiver. Say Y here if you want to connect via I2C to network tranceiver.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
...@@ -6,7 +6,7 @@ config MOST_NET ...@@ -6,7 +6,7 @@ config MOST_NET
tristate "Net" tristate "Net"
depends on NET depends on NET
---help--- help
Say Y here if you want to commumicate via a networking device. Say Y here if you want to commumicate via a networking device.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
...@@ -6,7 +6,7 @@ config MOST_SOUND ...@@ -6,7 +6,7 @@ config MOST_SOUND
tristate "Sound" tristate "Sound"
depends on SND depends on SND
select SND_PCM select SND_PCM
---help--- help
Say Y here if you want to commumicate via ALSA/sound devices. Say Y here if you want to commumicate via ALSA/sound devices.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
config MOST_VIDEO config MOST_VIDEO
tristate "Video" tristate "Video"
depends on VIDEO_V4L2 depends on VIDEO_V4L2
---help--- help
Say Y here if you want to commumicate via Video 4 Linux. Say Y here if you want to commumicate via Video 4 Linux.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment