projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a560f41
)
drm/mgag200: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:36:24 +0000
(21:36 +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/20191120133625.11478-1-krzk@kernel.org
drivers/gpu/drm/mgag200/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/mgag200/Kconfig
b/drivers/gpu/drm/mgag200/Kconfig
index
aed11f4
..
d60aa4b
100644
(file)
--- a/
drivers/gpu/drm/mgag200/Kconfig
+++ b/
drivers/gpu/drm/mgag200/Kconfig
@@
-8,8
+8,8
@@
config DRM_MGAG200
select DRM_TTM_HELPER
help
This is a KMS driver for the MGA G200 server chips, it
-
does not support the original MGA G200 or any of the desktop
-
chips. It requires 0.3.0 of the modesetting userspace driver,
-
and a version of mga driver that will fail on KMS enabled
-
devices.
+ does not support the original MGA G200 or any of the desktop
+ chips. It requires 0.3.0 of the modesetting userspace driver,
+ and a version of mga driver that will fail on KMS enabled
+ devices.