diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-20 14:33:41 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-11-20 17:40:32 +0100 |
commit | 3373279a068cf094531aafe457517c7d6105c65a (patch) | |
tree | cd0e3347ada7ab9f8f9594e317466412f1bfd952 /drivers/gpu/drm/udl/Kconfig | |
parent | vga: Fix Kconfig indentation (diff) | |
download | linux-3373279a068cf094531aafe457517c7d6105c65a.tar.xz linux-3373279a068cf094531aafe457517c7d6105c65a.zip |
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 <krzk@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191120133341.6582-1-krzk@kernel.org
Diffstat (limited to 'drivers/gpu/drm/udl/Kconfig')
-rw-r--r-- | drivers/gpu/drm/udl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig index 145b2a95ce58..065974bf010e 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. |