From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:36:29 +0000 (+0800) Subject: drm/lima: Fix Kconfig indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84affcf60a3e17530d3f6ba47c72c25f75edb887;p=linux.git drm/lima: 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 Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20191120133629.11543-1-krzk@kernel.org --- diff --git a/drivers/gpu/drm/lima/Kconfig b/drivers/gpu/drm/lima/Kconfig index 571dc369a7e95..d589f09d04d97 100644 --- a/drivers/gpu/drm/lima/Kconfig +++ b/drivers/gpu/drm/lima/Kconfig @@ -11,4 +11,4 @@ config DRM_LIMA select DRM_SCHED select DRM_GEM_SHMEM_HELPER help - DRM driver for ARM Mali 400/450 GPUs. + DRM driver for ARM Mali 400/450 GPUs.