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: Wentao Cai <etsai042@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wentao Cai 2019-03-12 01:10:39 -07:00 committed by Greg Kroah-Hartman
parent 796618673f
commit 5b628549e9
4 changed files with 4 additions and 4 deletions

View 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

View 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

View 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

View 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