WSL2-Linux-Kernel/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
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile This time around we have 4 lines of diff in the core framework, removing a 2020-06-10 11:42:19 -07: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: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765-cam.c clk: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765-img.c clk: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765-mipi0a.c clk: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765-mm.c clk: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765-vcodec.c clk: mediatek: Add MT6765 clock support 2020-05-28 21:23:18 -07:00
clk-mt6765.c clk: mediatek: Remove ifr{0,1}_cfg_regs structures 2020-06-09 14:22:14 -07:00
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/soc: mediatek: mt6779: Bind clock driver from platform device 2020-05-20 12:49:35 +02:00
clk-mt6779-vdec.c
clk-mt6779-venc.c
clk-mt6779.c
clk-mt6797-img.c
clk-mt6797-mm.c clk/soc: mediatek: mt6797: Bind clock driver from platform device 2020-05-20 12:49:35 +02:00
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/soc: mediatek: mt8183: Bind clock driver from platform device 2020-05-20 12:49:35 +02:00
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: mediatek: assign the initial value to clk_init_data of mtk_mux 2020-05-28 21:26:26 -07:00
clk-mux.h
clk-pll.c
reset.c