projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838de39
)
drm/virtio: kconfig: Fixup white space.
author
Peter Griffin
<
[email protected]
>
Sat, 8 Oct 2016 07:55:18 +0000
(08:55 +0100)
committer
Sean Paul
<
[email protected]
>
Fri, 21 Oct 2016 14:49:06 +0000
(10:49 -0400)
Use tabs instead of spaces.
Signed-off-by: Peter Griffin <
[email protected]
>
Acked-by: Lee Jones <
[email protected]
>
Signed-off-by: Sean Paul <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/virtio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/virtio/Kconfig
b/drivers/gpu/drm/virtio/Kconfig
index e1afc3d3f8d95cfb33d1905fcbccf0ab0201190d..81d1807ac22816887101747952c35609a00f0765 100644
(file)
--- a/
drivers/gpu/drm/virtio/Kconfig
+++ b/
drivers/gpu/drm/virtio/Kconfig
@@
-1,10
+1,10
@@
config DRM_VIRTIO_GPU
tristate "Virtio GPU driver"
depends on DRM && VIRTIO
-
select DRM_KMS_HELPER
-
select DRM_TTM
+ select DRM_KMS_HELPER
+ select DRM_TTM
help
This is the virtual GPU driver for virtio. It can be used with
-
QEMU based VMMs (like KVM or Xen).
+ QEMU based VMMs (like KVM or Xen).
If unsure say M.