Masahiro Yamada
a7f7f6248d
treewide: replace '---help---' in Kconfig files with 'help'
...
Since commit 84af7a6194e4 ("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
..
2020-06-05 14:20:02 +02:00
2020-03-24 21:31:27 +01:00
2019-07-22 11:12:15 +05:30
2019-06-03 11:26:38 +05:30
2019-07-16 10:20:11 +02:00
2020-01-20 13:23:34 +05:30
2020-06-05 14:20:02 +02:00
2019-11-07 07:00:26 +01:00
2019-06-19 17:09:55 +02:00
2019-11-21 07:33:25 +01:00
2019-06-19 17:09:55 +02:00
2019-11-07 07:00:26 +01:00
2019-06-19 17:09:55 +02:00
2019-11-07 07:00:26 +01:00
2019-11-07 07:00:26 +01:00
2020-03-14 12:07:38 +01:00
2019-11-07 07:00:26 +01:00
2020-04-28 09:45:55 +05:30
2020-05-29 10:15:12 +05:30
2020-03-12 15:43:52 +05:30
2020-01-27 10:33:33 +01:00
2020-06-05 14:20:02 +02:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2020-03-24 21:31:27 +01:00
2020-01-27 10:33:33 +01:00
2020-01-27 10:33:33 +01:00
2019-06-19 17:09:55 +02:00
2019-05-21 10:50:45 +02:00
2020-03-17 13:33:05 +05:30
2020-04-28 14:26:20 +05:30
2020-05-02 22:00:56 +02:00
2020-05-08 10:53:10 +05:30
2020-06-04 19:56:20 -07:00
2019-11-29 11:52:02 +01:00
2020-06-14 01:57:21 +09:00
2020-01-07 13:29:58 +05:30
2020-03-24 21:31:27 +01:00
2019-05-30 11:26:39 -07:00
2020-03-24 21:31:27 +01:00
2019-07-16 10:20:11 +02:00
2020-04-16 17:34:23 +02:00
2019-10-21 16:23:58 +05:30
2019-07-18 09:49:30 +02:00
2019-08-22 11:31:04 +05:30
2018-09-19 14:56:44 -07:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2019-07-23 09:49:10 +02:00
2020-01-31 14:36:35 -08:00
2019-07-18 09:49:30 +02:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2020-03-24 21:31:27 +01:00
2019-05-30 11:26:39 -07:00
2020-03-24 21:31:27 +01:00
2019-06-05 17:37:08 +02:00
2020-03-25 12:09:34 +11:00
2019-05-30 11:26:32 -07:00
2019-10-21 02:05:21 +02:00
2019-08-26 10:02:01 +02:00
2019-08-26 10:02:01 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:32 -07:00
2019-11-07 07:00:26 +01:00
2020-05-04 10:42:44 +05:30
2020-05-07 10:47:27 +05:30
2019-06-13 08:58:22 +05:30
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-10-23 08:53:23 +05:30
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-01-07 13:31:01 +05:30
2019-06-19 17:09:55 +02:00
2020-01-07 13:31:01 +05:30
2019-07-16 10:20:11 +02:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2019-12-24 11:36:26 +00:00
2019-10-21 16:23:58 +05:30
2019-06-19 17:09:07 +02:00
2020-01-27 10:33:33 +01:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2019-07-16 10:20:11 +02:00
2020-03-24 21:31:27 +01:00
2020-03-24 21:31:27 +01:00
2019-05-30 11:26:39 -07:00
2019-05-30 11:26:39 -07:00
2020-03-24 21:31:27 +01:00
2019-06-05 17:37:04 +02:00
2019-11-05 15:06:49 +05:30
2017-07-22 02:20:59 +02:00
2020-05-06 18:59:38 +02:00
2019-10-29 13:25:29 +01:00
2020-05-18 10:58:40 +05:30
2020-02-12 09:40:41 +05:30
2020-01-27 10:33:33 +01:00
2019-12-09 11:52:50 +00:00