linux_dsm_epyc7002/drivers/net/wireless/intel/iwlwifi
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
..
cfg iwlwifi: bump FW API to 56 for AX devices 2020-05-29 10:32:46 +03:00
dvm iwlwifi: remove outdated copyright print/module statement 2020-05-08 09:53:06 +03:00
fw iwlwifi: mvm: add support for range request version 10 2020-05-29 10:32:41 +03:00
mvm iwlwifi: mvm: add support for range request version 10 2020-05-29 10:32:41 +03:00
pcie iwlwifi: move txq-specific from trans_pcie to common trans 2020-05-29 10:32:30 +03:00
iwl-agn-hw.h
iwl-config.h iwlwifi: pcie: convert all AX101 devices to the device tables 2020-05-08 09:52:10 +03:00
iwl-context-info-gen3.h iwlwifi: pcie: gen3: indicate 8k/12k RB size to device 2020-05-29 10:32:22 +03:00
iwl-context-info.h iwlwifi: allocate more receive buffers for HE devices 2019-12-23 11:54:31 +02:00
iwl-csr.h wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01:00
iwl-dbg-tlv.c iwlwifi: yoyo: don't access TLV before verifying len 2020-05-08 09:50:46 +03:00
iwl-dbg-tlv.h iwlwifi: yoyo: don't allow changing the domain via debugfs 2020-01-04 12:41:55 +02:00
iwl-debug.c
iwl-debug.h
iwl-devtrace-data.h iwlwifi: pcie: trace IOVA for iwlwifi_dev_tx_tb 2019-11-20 12:28:55 +02:00
iwl-devtrace-io.h
iwl-devtrace-iwlwifi.h
iwl-devtrace-msg.h
iwl-devtrace-ucode.h
iwl-devtrace.c
iwl-devtrace.h iwlwifi: fix warning iwl-trans.h is included more than once 2019-09-06 15:52:05 +03:00
iwl-drv.c iwlwifi: remove outdated copyright print/module statement 2020-05-08 09:53:06 +03:00
iwl-drv.h iwlwifi: remove outdated copyright print/module statement 2020-05-08 09:53:06 +03:00
iwl-eeprom-parse.c iwlwifi: always access the trans configuration via trans 2019-09-06 15:52:04 +03:00
iwl-eeprom-parse.h iwlwifi: always access the trans configuration via trans 2019-09-06 15:52:04 +03:00
iwl-eeprom-read.c iwlwifi: always access the trans configuration via trans 2019-09-06 15:52:04 +03:00
iwl-eeprom-read.h
iwl-fh.h iwlwifi: use longer queues for 256-BA 2020-05-08 09:52:56 +03:00
iwl-io.c iwlwifi: remove CSR registers abstraction 2019-12-23 11:54:32 +02:00
iwl-io.h iwlwifi: don't access trans_cfg via cfg 2019-10-09 13:01:03 +03:00
iwl-modparams.h iwlwifi: remove antenna_coupling module parameter 2020-05-08 09:50:42 +03:00
iwl-nvm-parse.c iwlwifi: set NO_HE if the regulatory domain forbids it 2020-05-29 10:31:58 +03:00
iwl-nvm-parse.h iwlwifi: remove lar_disable module parameter 2019-12-24 01:34:52 +02:00
iwl-op-mode.h
iwl-phy-db.c
iwl-phy-db.h
iwl-prph.h iwlwifi: yoyo: add support for parsing SHARED_MEM_ALLOC version 4 2020-05-08 09:50:34 +03:00
iwl-scd.h
iwl-trans.c iwlwifi: pcie: allocate smaller dev_cmd for TX headers 2019-12-23 11:33:04 +02:00
iwl-trans.h iwlwifi: move txq-specific from trans_pcie to common trans 2020-05-29 10:32:30 +03:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile iwlwifi: move API version lookup to common code 2020-04-24 16:37:57 +03:00