linux/drivers/infiniband/hw/bnxt_re
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
..
bnxt_re.h RDMA/bnxt_re: Remove unnecessary sched count 2020-03-17 20:15:03 -03:00
hw_counters.c RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp" 2019-09-16 10:58:57 -03:00
hw_counters.h RDMA/bnxt_re: Report out of sequence hw counters 2018-10-16 00:03:50 -06:00
ib_verbs.c RDMA/bnxt_re: Remove FMR leftovers 2020-06-02 20:32:53 -03:00
ib_verbs.h RDMA/bnxt_re: Remove FMR leftovers 2020-06-02 20:32:53 -03:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
main.c RDMA/bnxt_re: make bnxt_re_ib_init static 2020-03-30 15:03:19 -03:00
Makefile infiniband: prefix header search paths with $(srctree)/ 2019-01-25 15:28:50 -07:00
qplib_fp.c RDMA/bnxt: Delete 'nq_ptr' variable which is not used 2020-04-22 17:05:13 -03:00
qplib_fp.h RDMA/bnxt_re: Simplify obtaining queue entry from hw ring 2020-04-14 16:39:35 -03:00
qplib_rcfw.c RDMA/bnxt_re: Simplify obtaining queue entry from hw ring 2020-04-14 16:39:35 -03:00
qplib_rcfw.h RDMA/bnxt_re: Remove dead code from rcfw 2020-04-14 16:39:35 -03:00
qplib_res.c RDMA/bnxt_re: Simplify obtaining queue entry from hw ring 2020-04-14 16:39:35 -03:00
qplib_res.h RDMA/bnxt_re: Simplify obtaining queue entry from hw ring 2020-04-14 16:39:35 -03:00
qplib_sp.c RDMA/bnxt_re: Remove FMR leftovers 2020-06-02 20:32:53 -03:00
qplib_sp.h RDMA/bnxt_re: Remove FMR leftovers 2020-06-02 20:32:53 -03:00
roce_hsi.h RDMA/bnxt_re: Update missing hsi data structures 2020-04-14 16:39:35 -03:00