From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:33:41 +0000 (+0800) Subject: drm/udl: Fix Kconfig indentation X-Git-Tag: v5.10.7~2352^2~6^2~848 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3373279a068cf094531aafe457517c7d6105c65a;p=platform%2Fkernel%2Flinux-rpi.git drm/udl: 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/20191120133341.6582-1-krzk@kernel.org --- diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig index 145b2a9..065974b 100644 --- a/drivers/gpu/drm/udl/Kconfig +++ b/drivers/gpu/drm/udl/Kconfig @@ -9,4 +9,4 @@ config DRM_UDL select DRM_KMS_HELPER help This is a KMS driver for the USB displaylink video adapters. - Say M/Y to add support for these devices via drm/kms interfaces. + Say M/Y to add support for these devices via drm/kms interfaces.