diff options
author | Valentin Vidic <Valentin.Vidic@CARNet.hr> | 2018-04-15 13:42:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 15:41:49 +0200 |
commit | 3be5d1cb3fc21be8874d2c2656e2801263981925 (patch) | |
tree | ea7eac7c8d6a39547eadc0abfb16c13f220eb7a3 /drivers/staging/pi433 | |
parent | d7b09e652125a654acc89279c688f066b85437a5 (diff) | |
download | linux-3be5d1cb3fc21be8874d2c2656e2801263981925.tar.bz2 |
staging: pi433: use help in Kconfig description
Fixes checkpatch warning:
WARNING: prefer 'help' over '---help---' for new help texts
Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433')
-rw-r--r-- | drivers/staging/pi433/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/pi433/Kconfig b/drivers/staging/pi433/Kconfig index 87c2ee192cca..c7340129dd4c 100644 --- a/drivers/staging/pi433/Kconfig +++ b/drivers/staging/pi433/Kconfig @@ -1,7 +1,7 @@ config PI433 tristate "Pi433 - a 433MHz radio module for Raspberry Pi" depends on SPI - ---help--- + help This option allows you to enable support for the radio module Pi433. Pi433 is a shield that fits onto the GPIO header of a Raspberry Pi |