Re: [Xen-devel] [PATCH v2] xen: Fix Kconfig indentation

2019-11-24 Thread Jürgen Groß
On 21.11.19 04:20, Krzysztof Kozlowski wrote: 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 Pushed to xen/tip.git for-linus-v5.5a Juergen

Re: [Xen-devel] [PATCH v2] xen: Fix Kconfig indentation

2019-11-24 Thread Jürgen Groß
On 21.11.19 04:20, Krzysztof Kozlowski wrote: 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 Reviewed-by: Juergen Gross Juergen __

[Xen-devel] [PATCH v2] xen: Fix Kconfig indentation

2019-11-20 Thread Krzysztof Kozlowski
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 --- Changes since v1: 1. Fix also 7-space and tab+1 space indentation issues. --- drivers/xen/Kconfig | 58 +