]> git.baikalelectronics.ru Git - kernel.git/commit
dm: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:41:10 +0000 (21:41 +0800)
committerMike Snitzer <snitzer@redhat.com>
Wed, 20 Nov 2019 15:35:31 +0000 (10:35 -0500)
commit86db5d67c5d2c87e7cb007283b5c60a2d7d2faf2
tree26de7f993e73bb463d9cb610701d617ee1796ca3
parent5761e934a5a9a417b84d10268388cb9dc7e491af
dm: 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: Mike Snitzer <snitzer@redhat.com>
drivers/md/Kconfig