linux-xiaomi-chiron/drivers/clk/mediatek
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
..
clk-apmixed.c
clk-cpumux.c
clk-cpumux.h
clk-gate.c
clk-gate.h
clk-mt2701-aud.c
clk-mt2701-bdp.c
clk-mt2701-eth.c
clk-mt2701-g3d.c
clk-mt2701-hif.c
clk-mt2701-img.c
clk-mt2701-mm.c
clk-mt2701-vdec.c
clk-mt2701.c
clk-mt2712-bdp.c
clk-mt2712-img.c
clk-mt2712-jpgdec.c
clk-mt2712-mfg.c
clk-mt2712-mm.c
clk-mt2712-vdec.c
clk-mt2712-venc.c
clk-mt2712.c
clk-mt6765-audio.c
clk-mt6765-cam.c
clk-mt6765-img.c
clk-mt6765-mipi0a.c
clk-mt6765-mm.c
clk-mt6765-vcodec.c
clk-mt6765.c
clk-mt6779-aud.c
clk-mt6779-cam.c
clk-mt6779-img.c
clk-mt6779-ipe.c
clk-mt6779-mfg.c
clk-mt6779-mm.c
clk-mt6779-vdec.c
clk-mt6779-venc.c
clk-mt6779.c
clk-mt6797-img.c
clk-mt6797-mm.c
clk-mt6797-vdec.c
clk-mt6797-venc.c
clk-mt6797.c
clk-mt7622-aud.c
clk-mt7622-eth.c
clk-mt7622-hif.c
clk-mt7622.c
clk-mt7629-eth.c
clk-mt7629-hif.c
clk-mt7629.c
clk-mt8135.c
clk-mt8173-mm.c
clk-mt8173.c
clk-mt8183-audio.c
clk-mt8183-cam.c
clk-mt8183-img.c
clk-mt8183-ipu0.c
clk-mt8183-ipu1.c
clk-mt8183-ipu_adl.c
clk-mt8183-ipu_conn.c
clk-mt8183-mfgcfg.c
clk-mt8183-mm.c
clk-mt8183-vdec.c
clk-mt8183-venc.c
clk-mt8183.c
clk-mt8516-aud.c
clk-mt8516.c
clk-mtk.c
clk-mtk.h
clk-mux.c
clk-mux.h
clk-pll.c
Kconfig
Makefile
reset.c