linux/drivers/net/wireless/realtek/rtlwifi
Masahiro Yamada a7f7f6248d treewide: replace '---help---' in Kconfig files with 'help'
Since commit 84af7a6194 ("checkpatch: kconfig: prefer 'help' over
'---help---'"), the number of '---help---' has been gradually
decreasing, but there are still more than 2400 instances.

This commit finishes the conversion. While I touched the lines,
I also fixed the indentation.

There are a variety of indentation styles found.

  a) 4 spaces + '---help---'
  b) 7 spaces + '---help---'
  c) 8 spaces + '---help---'
  d) 1 space + 1 tab + '---help---'
  e) 1 tab + '---help---'    (correct indentation)
  f) 1 tab + 1 space + '---help---'
  g) 1 tab + 2 spaces + '---help---'

In order to convert all of them to 1 tab + 'help', I ran the
following commend:

  $ find . -name 'Kconfig*' | xargs sed -i 's/^[[:space:]]*---help---/\thelp/'

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-06-14 01:57:21 +09:00
..
btcoexist rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized" 2020-01-26 17:47:54 +02:00
rtl8188ee rtlwifi: rtl8188ee: remove Comparison to bool in rf.c 2020-05-06 11:46:31 +03:00
rtl8192c rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation macros 2019-12-18 20:22:28 +02:00
rtl8192ce rtlwifi: rtl8192ce: Make functions static & rm sw.h 2020-01-26 17:39:37 +02:00
rtl8192cu rtlwifi: rtl8192cu: Remove sw.h header 2020-01-26 17:39:38 +02:00
rtl8192de rtlwifi: rtl8192de: use generic rtl_signal_scale_mapping 2019-12-18 21:06:53 +02:00
rtl8192ee rtlwifi: rtl8192ee: remove redundant for-loop 2020-05-18 15:19:17 +03:00
rtl8192se rtlwifi: rtl8192se: Remove sw.h header 2020-01-26 17:39:41 +02:00
rtl8723ae rtlwifi: rtl8723ae: fix warning comparison to bool 2020-04-21 15:58:36 +03:00
rtl8723be rtlwifi: rtl8723be: use true,false for bool variables 2020-04-21 15:57:54 +03:00
rtl8723com rtlwifi: set proper udelay within rf_serial_read 2019-11-20 09:41:30 +02:00
rtl8821ae rtlwifi: rtl8821ae: use true,false for bool variables 2020-04-21 15:57:56 +03:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
base.c rtlwifi: use true,false for bool variable in rtl_init_rfkill() 2020-05-06 11:32:30 +03:00
base.h rtlwifi: Remove dependence on special bit manipulation macros for common driver 2019-12-18 20:22:29 +02:00
cam.c rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
cam.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
core.c rtlwifi: remove comparison of 0/1 to bool variable 2020-05-06 11:42:46 +03:00
core.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
debug.c rtlwifi: Fix file release memory leak 2019-09-06 17:11:36 +03:00
debug.h rtlwifi: Remove CamelCase variables from base code 2019-02-19 17:02:51 +02:00
efuse.c rtlwifi: Remove set but not used variables 'dataempty','hoffset' 2019-10-02 07:32:50 +03:00
efuse.h rtlwifi: Remove CamelCase variables from base code 2019-02-19 17:02:51 +02:00
pci.c rtlwifi: rtl_pci: Fix -Wcast-function-type 2019-12-18 20:54:44 +02:00
pci.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
ps.c rtlwifi: Remove dependence on special bit manipulation macros for common driver 2019-12-18 20:22:29 +02:00
ps.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
pwrseqcmd.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
rc.c mac80211: populate debugfs only after cfg80211 init 2020-04-24 11:30:13 +02:00
rc.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
regd.c rtlwifi: Remove unnecessary NULL check in rtl_regd_init 2019-10-24 08:47:07 +03:00
regd.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
stats.c rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
stats.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
usb.c rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup() 2020-05-18 15:15:25 +03:00
usb.h rtlwifi: Fix blank line errors in main header files 2019-02-28 10:30:01 +02:00
wifi.h wireless: realtek: Replace zero-length array with flexible-array member 2020-03-23 18:51:56 +02:00