staging: unisys: use help instead of ---help--- in Kconfig
authorMoses Christopher <moseschristopherb@gmail.com>
Sat, 18 May 2019 06:33:38 +0000 (12:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 08:49:07 +0000 (10:49 +0200)
  - Resolve the following warning from the Kconfig,
    "WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher <moseschristopherb@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig

index dc5e1bd..43fe1ce 100644 (file)
@@ -4,8 +4,8 @@
 #
 menuconfig UNISYSSPAR
        bool "Unisys SPAR driver support"
-       ---help---
-       Support for the Unisys SPAR drivers
+       help
+         Support for the Unisys SPAR drivers
 
 if UNISYSSPAR