1
0
Fork 0
alistair23-linux/drivers/auxdisplay
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 auxdisplay: deconfuse configuration 2019-03-17 08:48:33 +01:00
arm-charlcd.c auxdisplay: simplify getting .drvdata 2018-08-01 18:58:09 +02:00
cfag12864b.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
cfag12864bfb.c auxdisplay: constify fb ops 2019-12-11 12:31:39 +02:00
charlcd.c Merge 5.6-rc7 into char-misc-next 2020-03-23 07:59:38 +01:00
charlcd.h auxdisplay: charlcd: add include guard to charlcd.h 2019-08-08 19:59:50 +02:00
hd44780.c auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay 2019-08-08 19:59:17 +02:00
ht16k33.c auxdisplay: constify fb ops 2019-12-11 12:31:39 +02:00
img-ascii-lcd.c auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource 2020-03-06 22:07:10 +01:00
ks0108.c auxdisplay: Replace licenses with SPDX identifiers 2018-04-12 19:02:45 +02:00
panel.c misc: cleanup minor number definitions in c file into miscdevice.h 2020-03-18 12:27:03 +01:00