diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-12-07 02:04:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-12-07 20:00:19 +0100 |
commit | 68d4b3dfcaf2462203ba1597e70db6e3b4c4e64f (patch) | |
tree | b6e5f88abb550f879ec05efc890c0266cb52fd94 /lib/Kconfig | |
parent | kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments' (diff) | |
download | linux-68d4b3dfcaf2462203ba1597e70db6e3b4c4e64f.tar.xz linux-68d4b3dfcaf2462203ba1597e70db6e3b4c4e64f.zip |
lib/: fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ / /' -i */Kconfig
Link: http://lkml.kernel.org/r/20191120140140.19148-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 6d7c5877c9f1..6e790dc55c5b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -572,7 +572,7 @@ config OID_REGISTRY Enable fast lookup object identifier registry. config UCS2_STRING - tristate + tristate # # generic vdso |