[PATCH] staging: rtlwifi: replace ---help--- with help in Kconfig

2019-01-26 Thread Cezary Kierzyk
This patch fixes the checkpatch.pl warning:

WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Cezary Kierzyk 
---
 drivers/staging/rtlwifi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index 7b4276f5c41f..28286a87a601 100644
--- a/drivers/staging/rtlwifi/Kconfig
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -2,7 +2,7 @@ config R8822BE
tristate "Realtek RTL8822BE Wireless Network Adapter"
depends on PCI && MAC80211 && m
select FW_LOADER
-   ---help---
+   help
This is the staging driver for Realtek RTL8822BE 802.11ac PCIe
wireless network adapters.
 
-- 
2.20.1



Re: [PATCH] staging: rtlwifi: replace ---help--- with help in Kconfig

2019-01-24 Thread Greg KH
On Thu, Jan 24, 2019 at 08:57:19PM +, Cezary Kierzyk wrote:
> This patch fixes the checkpatch.pl warning:
> 
> WARNING: prefer 'help' over '---help---' for new help texts
> 
> Signed-off-by: Cezary Kierzyk 
> ---
>  drivers/staging/rtlwifi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

$ ./scripts/get_maintainer.pl --file drivers/staging/rtlwifi/Kconfig
Greg Kroah-Hartman  (supporter:STAGING 
SUBSYSTEM,commit_signer:1/1=100%)
Corentin Labbe  
(commit_signer:1/1=100%,authored:1/1=100%,removed_lines:10/10=100%)
de...@driverdev.osuosl.org (open list:STAGING SUBSYSTEM)
linux-kernel@vger.kernel.org (open list)


Why did you not cc: the driverdev mailing list?

Please fix up and resend.

thanks,

greg k-h


[PATCH] staging: rtlwifi: replace ---help--- with help in Kconfig

2019-01-24 Thread Cezary Kierzyk
This patch fixes the checkpatch.pl warning:

WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Cezary Kierzyk 
---
 drivers/staging/rtlwifi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index 7b4276f5c41f..28286a87a601 100644
--- a/drivers/staging/rtlwifi/Kconfig
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -2,7 +2,7 @@ config R8822BE
tristate "Realtek RTL8822BE Wireless Network Adapter"
depends on PCI && MAC80211 && m
select FW_LOADER
-   ---help---
+   help
This is the staging driver for Realtek RTL8822BE 802.11ac PCIe
wireless network adapters.
 
-- 
2.20.1