mirror-linux/drivers/net/wireless/ralink/rt2x00
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
rt2x00.h rt2x00: implement reconfig_complete 2019-12-18 20:55:55 +02:00
rt2x00config.c
rt2x00crypto.c
rt2x00debug.c rt2x00: initialize last_reset 2019-10-02 07:36:52 +03:00
rt2x00debug.h
rt2x00dev.c rt2x00: implement reconfig_complete 2019-12-18 20:55:55 +02:00
rt2x00dump.h
rt2x00firmware.c
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h
rt2x00link.c
rt2x00mac.c rt2800: enable MFP support unconditionally 2020-05-29 18:42:28 +03:00
rt2x00mmio.c
rt2x00mmio.h
rt2x00pci.c
rt2x00pci.h
rt2x00queue.c
rt2x00queue.h
rt2x00reg.h
rt2x00soc.c
rt2x00soc.h
rt2x00usb.c rt2x00usb: Fix a warning message in 'rt2x00usb_watchdog_tx_dma()' 2019-12-18 20:58:48 +02:00
rt2x00usb.h
rt61pci.c
rt61pci.h
rt73usb.c
rt73usb.h
rt2400pci.c
rt2400pci.h
rt2500pci.c
rt2500pci.h
rt2500usb.c
rt2500usb.h
rt2800.h
rt2800lib.c rt2800: enable MFP support unconditionally 2020-05-29 18:42:28 +03:00
rt2800lib.h
rt2800mmio.c
rt2800mmio.h
rt2800pci.c rt2x00: implement reconfig_complete 2019-12-18 20:55:55 +02:00
rt2800pci.h
rt2800soc.c rt2x00: implement reconfig_complete 2019-12-18 20:55:55 +02:00
rt2800usb.c rt2x00: implement reconfig_complete 2019-12-18 20:55:55 +02:00
rt2800usb.h