projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d917e64
)
drm/udl: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:33:41 +0000
(21:33 +0800)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 20 Nov 2019 16:40:32 +0000
(17:40 +0100)
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
drivers/gpu/drm/udl/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/udl/Kconfig
b/drivers/gpu/drm/udl/Kconfig
index
145b2a9
..
065974b
100644
(file)
--- 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.