Re: [PATCH] video: Fix Kconfig indentation

2019-11-20 Thread Bartlomiej Zolnierkiewicz
[ added Jiri to Cc: ] On 11/20/19 2:50 PM, Krzysztof Kozlowski wrote: > On Wed, Nov 20, 2019 at 08:45:46AM -0500, Daniel Thompson wrote: >> On Wed, Nov 20, 2019 at 09:38:38PM +0800, Krzysztof Kozlowski wrote: >>> Adjust indentation from spaces to tab (+optional two spaces) as in >>> coding style

Re: [PATCH] video: Fix Kconfig indentation

2019-11-20 Thread Krzysztof Kozlowski
On Wed, Nov 20, 2019 at 08:45:46AM -0500, Daniel Thompson wrote: > On Wed, Nov 20, 2019 at 09:38:38PM +0800, 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 > > >

Re: [PATCH] video: Fix Kconfig indentation

2019-11-20 Thread Daniel Thompson
On Wed, Nov 20, 2019 at 09:38:38PM +0800, 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 No particular objections but I

[PATCH] video: 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 --- drivers/video/backlight/Kconfig | 8 ++-- drivers/video/console/Kconfig | 76