treewide: replace '---help---' in Kconfig files with 'help'
Since commit 84af7a61 ("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>
Showing
- arch/Kconfig 2 additions, 2 deletionsarch/Kconfig
- arch/alpha/Kconfig 9 additions, 9 deletionsarch/alpha/Kconfig
- arch/alpha/Kconfig.debug 1 addition, 1 deletionarch/alpha/Kconfig.debug
- arch/arc/Kconfig 1 addition, 1 deletionarch/arc/Kconfig
- arch/arm/Kconfig 4 additions, 4 deletionsarch/arm/Kconfig
- arch/arm/Kconfig.debug 2 additions, 2 deletionsarch/arm/Kconfig.debug
- arch/arm/mach-footbridge/Kconfig 1 addition, 1 deletionarch/arm/mach-footbridge/Kconfig
- arch/arm64/Kconfig 2 additions, 2 deletionsarch/arm64/Kconfig
- arch/arm64/kvm/Kconfig 3 additions, 3 deletionsarch/arm64/kvm/Kconfig
- arch/hexagon/Kconfig 6 additions, 6 deletionsarch/hexagon/Kconfig
- arch/ia64/Kconfig 3 additions, 3 deletionsarch/ia64/Kconfig
- arch/m68k/Kconfig.cpu 3 additions, 3 deletionsarch/m68k/Kconfig.cpu
- arch/m68k/Kconfig.devices 3 additions, 3 deletionsarch/m68k/Kconfig.devices
- arch/m68k/Kconfig.machine 1 addition, 1 deletionarch/m68k/Kconfig.machine
- arch/mips/Kconfig 3 additions, 3 deletionsarch/mips/Kconfig
- arch/mips/kvm/Kconfig 6 additions, 6 deletionsarch/mips/kvm/Kconfig
- arch/parisc/Kconfig 3 additions, 3 deletionsarch/parisc/Kconfig
- arch/powerpc/kvm/Kconfig 10 additions, 10 deletionsarch/powerpc/kvm/Kconfig
- arch/powerpc/platforms/Kconfig 3 additions, 3 deletionsarch/powerpc/platforms/Kconfig
- arch/powerpc/platforms/Kconfig.cputype 5 additions, 5 deletionsarch/powerpc/platforms/Kconfig.cputype
Loading
Please register or sign in to comment