]> git.baikalelectronics.ru Git - kernel.git/commit
xen: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 03:20:16 +0000 (04:20 +0100)
committerJuergen Gross <jgross@suse.com>
Sun, 24 Nov 2019 10:55:31 +0000 (11:55 +0100)
commit364f01a1204cec96a9842793716ae90c9c5e7d8a
tree073b4b218d03df5a70fd9579922809db4419f2c2
parent10d9326a037b6e991c7b99c89a3c154639d91b7a
xen: 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>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/Kconfig