Re: [PATCH v2] tty: Fix Kconfig indentation

2019-11-21 Thread Greg Kroah-Hartman
On Thu, Nov 21, 2019 at 03:22:27PM +0800, Krzysztof Kozlowski wrote: > On Thu, 21 Nov 2019 at 15:21, Greg Kroah-Hartman > wrote: > > > > On Thu, Nov 21, 2019 at 04:20:08AM +0100, Krzysztof Kozlowski wrote: > > > Adjust indentation from spaces to tab (+optional two spaces) as in > > > coding style

Re: [PATCH v2] tty: Fix Kconfig indentation

2019-11-21 Thread Krzysztof Kozlowski
On Thu, 21 Nov 2019 at 15:21, Greg Kroah-Hartman wrote: > > On Thu, Nov 21, 2019 at 04:20:08AM +0100, 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 > > > > Sign

Re: [PATCH v2] tty: Fix Kconfig indentation

2019-11-21 Thread Greg Kroah-Hartman
On Thu, Nov 21, 2019 at 04:20:08AM +0100, 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 > > --- > > Changes since v1: > 1. F

[PATCH v2] tty: 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/tty/Kconfig