staging: fsl-dpaa2: use help instead of ---help--- in Kconfig
authorMoses Christopher <moseschristopherb@gmail.com>
Sat, 18 May 2019 06:33:36 +0000 (12:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 08:49:06 +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/fsl-dpaa2/Kconfig

index 368837c..244237b 100644 (file)
@@ -6,7 +6,7 @@
 config FSL_DPAA2
        bool "Freescale DPAA2 devices"
        depends on FSL_MC_BUS
-       ---help---
+       help
          Build drivers for Freescale DataPath Acceleration
          Architecture (DPAA2) family of SoCs.
 
@@ -14,6 +14,6 @@ config FSL_DPAA2_ETHSW
        tristate "Freescale DPAA2 Ethernet Switch"
        depends on FSL_DPAA2
        depends on NET_SWITCHDEV
-       ---help---
-       Driver for Freescale DPAA2 Ethernet Switch. Select
-       BRIDGE to have support for bridge tools.
+       help
+         Driver for Freescale DPAA2 Ethernet Switch. Select
+         BRIDGE to have support for bridge tools.