]> git.baikalelectronics.ru Git - kernel.git/commit
arch/Kconfig: fix indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 5 Dec 2019 00:50:26 +0000 (16:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2019 03:44:12 +0000 (19:44 -0800)
commit4a253a462d9d26be0331b18b0ee8bc10b7b71d0f
tree3b760a5e7fb8003b813112d6ab0a9bab72b41133
parentc1f8f77d0cee9b1d59753e5e7004e7a14123bc3f
arch/Kconfig: fix 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/1574306573-10886-1-git-send-email-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: David Hildenbrand <david@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/Kconfig