]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: onenand: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:40:50 +0000 (21:40 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 18:59:34 +0000 (19:59 +0100)
commit4c3aad253a6ffea1d46109c934ad4d15db8532ef
treeea3c557148e1daca7012a32b683aa7301d7be66a
parentf1900be5a74dbaa08f19e3aaa9fd854e846d520c
mtd: onenand: 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: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/onenand/Kconfig