Re: [PATCH] drm/amd: Fix Kconfig indentation

2019-11-25 Thread Alex Deucher
f Kozlowski ; Deucher, Alexander > ; Koenig, Christian ; > Zhou, David(ChunMing) ; David Airlie ; > Daniel Vetter ; amd-...@lists.freedesktop.org > ; dri-devel@lists.freedesktop.org > > Subject: [PATCH] drm/amd: Fix Kconfig indentation > > Adjust indentation from spaces

Re: [PATCH] drm/amd: Fix Kconfig indentation

2019-11-21 Thread Deucher, Alexander
-...@lists.freedesktop.org ; dri-devel@lists.freedesktop.org Subject: [PATCH] drm/amd: 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

[PATCH] drm/amd: Fix Kconfig indentation

2019-11-21 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/gpu/drm/amd/acp/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git