Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: fsl-dpaa2: use help instead of ---help--- in Kconfig

- 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>

authored by

Moses Christopher and committed by
Greg Kroah-Hartman
30d8b6e1 7ac3e13a

+4 -4
+4 -4
drivers/staging/fsl-dpaa2/Kconfig
··· 6 6 config FSL_DPAA2 7 7 bool "Freescale DPAA2 devices" 8 8 depends on FSL_MC_BUS 9 - ---help--- 9 + help 10 10 Build drivers for Freescale DataPath Acceleration 11 11 Architecture (DPAA2) family of SoCs. 12 12 ··· 14 14 tristate "Freescale DPAA2 Ethernet Switch" 15 15 depends on FSL_DPAA2 16 16 depends on NET_SWITCHDEV 17 - ---help--- 18 - Driver for Freescale DPAA2 Ethernet Switch. Select 19 - BRIDGE to have support for bridge tools. 17 + help 18 + Driver for Freescale DPAA2 Ethernet Switch. Select 19 + BRIDGE to have support for bridge tools.