From cc9daca6e0ebd443ab1893f0d357fba1ce49bbeb Mon Sep 17 00:00:00 2001 From: Moses Christopher Date: Sat, 18 May 2019 12:03:41 +0530 Subject: staging: vt665*: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers/staging/vt6655') diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig index e4b224fedf5b..d1cd5de46dcf 100644 --- a/drivers/staging/vt6655/Kconfig +++ b/drivers/staging/vt6655/Kconfig @@ -2,6 +2,5 @@ config VT6655 tristate "VIA Technologies VT6655 support" depends on PCI && MAC80211 && m - ---help--- - This is a vendor-written driver for VIA VT6655. - + help + This is a vendor-written driver for VIA VT6655. -- cgit v1.2.3