OSDN Git Service

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)
commit23c1cce9f3174db9cdc91346cb4320fa6b97e35d
tree073b4b218d03df5a70fd9579922809db4419f2c2
parente221065aa613931c16b0361eecd2bf45015488ba
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