linux/drivers/net/wireless/ath/ath11k
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
..
ahb.c ath11k: convert to devm_platform_get_and_ioremap_resource 2020-05-12 10:34:36 +03:00
ahb.h ath11k: Add support for multibus support 2020-05-11 15:34:58 +03:00
ce.c ath11k: checking for NULL vs IS_ERR() 2019-12-18 19:55:32 +02:00
ce.h ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
core.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
core.h ath11k: Add drv private for bus opaque struct 2020-05-11 15:35:03 +03:00
debug_htt_stats.c ath11k: fix htt stats module not handle multiple skbs 2020-05-13 19:01:28 +03:00
debug_htt_stats.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debug.c ath11k: remove conversion to bool in ath11k_debug_fw_stats_process() 2020-04-22 09:42:35 +03:00
debug.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debugfs_sta.c ath11k: Add support to reset htt peer stats 2020-05-06 09:15:30 +03:00
dp_rx.c ath11k: remove stale monitor status descriptor 2020-05-11 15:27:12 +03:00
dp_rx.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
dp_tx.c ath11k: add tx hw 802.11 encapsulation offloading support 2020-05-06 09:13:38 +03:00
dp_tx.h
dp.c ath11k: Add support for multibus support 2020-05-11 15:34:58 +03:00
dp.h ath11k: fix htt stats module not handle multiple skbs 2020-05-13 19:01:28 +03:00
hal_desc.h ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_rx.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_rx.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
hal_tx.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal_tx.h ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
hal.h ath11k: Modify the interrupt timer threshold 2020-04-14 11:29:04 +03:00
hif.h ath11k: Add support for multibus support 2020-05-11 15:34:58 +03:00
htc.c ath11k: Remove bus layer includes from upper layer 2020-05-11 15:35:06 +03:00
htc.h
hw.h ath11k: Add drv private for bus opaque struct 2020-05-11 15:35:03 +03:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
mac.c ath11k: clear DCM max constellation tx value 2020-05-30 17:20:25 +03:00
mac.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
Makefile ath11k: add thermal cooling device support 2020-03-11 18:47:07 +02:00
peer.c ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
peer.h ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
qmi.c ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
qmi.h ath11k: qmi clean up ce and HTC service config update 2019-11-29 09:46:55 +02:00
reg.c ath11k: add HE support 2019-11-27 17:46:29 +02:00
reg.h
rx_desc.h ath11k: handle RX fragments 2020-03-17 08:35:30 +02:00
testmode_i.h
testmode.c ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab 2019-12-18 19:27:45 +02:00
testmode.h
thermal.c ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()' 2020-05-19 09:54:53 +03:00
thermal.h ath11k: fix compiler warnings without CONFIG_THERMAL 2020-04-06 17:21:23 +03:00
trace.c
trace.h ath11k: add pktlog checksum in trace events to support pktlog 2020-04-06 19:15:50 +03:00
wmi.c ath11k: Fix TWT radio count 2020-04-14 11:31:55 +03:00
wmi.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00