]> git.baikalelectronics.ru Git - kernel.git/commit
openrisc: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:37:12 +0000 (21:37 +0800)
committerStafford Horne <shorne@gmail.com>
Fri, 22 Nov 2019 21:49:21 +0000 (06:49 +0900)
commit094d1a87224c5129e2c266b44747a60ec6ce60a2
treea66c4590baeabe39b2972d6f3eb4bdc2e4ada86f
parentd99b5c70ac649c93af0fa3c23d94a215913c930f
openrisc: Fix Kconfig indentation

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

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/Kconfig