mirror-linux/drivers/net/wireless/ti/wlcore
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
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
acx.c
acx.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
boot.c
boot.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
cmd.c wlcore: mesh: Add support for RX Broadcast Key 2020-01-26 17:33:40 +02:00
cmd.h wlcore: Adding suppoprt for IGTK key in wlcore driver 2020-04-23 07:46:38 +03:00
conf.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
debug.h
debugfs.c
debugfs.h
event.c
event.h
hw_ops.h
ini.h
init.c
init.h
io.c
io.h
main.c wlcore: fix runtime pm imbalance in wlcore_irq_locked 2020-05-29 20:38:15 +03:00
ps.c
ps.h
rx.c
rx.h
scan.c
scan.h
sdio.c net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions 2019-11-15 09:59:19 +01:00
spi.c
sysfs.c
sysfs.h
testmode.c
testmode.h
tx.c wlcore: fix runtime pm imbalance in wl1271_tx_work 2020-05-29 20:31:03 +03:00
tx.h
vendor_cmd.c
vendor_cmd.h
wl12xx_80211.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
wlcore.h
wlcore_i.h wlcore: mesh: Add support for RX Broadcast Key 2020-01-26 17:33:40 +02:00