]> git.baikalelectronics.ru Git - kernel.git/commit
fs/proc/Kconfig: fix indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 5 Dec 2019 00:50:11 +0000 (16:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2019 03:44:11 +0000 (19:44 -0800)
commit59e0a737b2b6d8b279a972f763b1ab7a797f2d06
tree63dceeeea2cfed8885b8acebd84d884b32d361b8
parentd3578a2513c707188d5482feb875e3c40a249c89
fs/proc/Kconfig: fix indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
        $ sed -e 's/^        / /' -i */Kconfig

[adobriyan@gmail.com: add two spaces where necessary]
Link: http://lkml.kernel.org/r/20191124133936.GA5655@avx2
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/Kconfig