diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-10-08 03:55:18 -0400 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2016-10-21 10:49:06 -0400 |
commit | de1e211ff7b948b286222f592a5168746a7dc5e5 (patch) | |
tree | f40f4033aa3038bb221977b7407fe1135774c55d | |
parent | 838de39fc9516470b1410cc068c7f41daec69265 (diff) |
drm/virtio: kconfig: Fixup white space.
Use tabs instead of spaces.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1475913318-12275-1-git-send-email-peter.griffin@linaro.org
Link: http://patchwork.freedesktop.org/patch/msgid/1476238699-25820-1-git-send-email-jiang.biao2@zte.com.cn
-rw-r--r-- | drivers/gpu/drm/virtio/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/virtio/Kconfig b/drivers/gpu/drm/virtio/Kconfig index e1afc3d3f8d9..81d1807ac228 100644 --- a/drivers/gpu/drm/virtio/Kconfig +++ b/drivers/gpu/drm/virtio/Kconfig | |||
@@ -1,10 +1,10 @@ | |||
1 | config DRM_VIRTIO_GPU | 1 | config DRM_VIRTIO_GPU |
2 | tristate "Virtio GPU driver" | 2 | tristate "Virtio GPU driver" |
3 | depends on DRM && VIRTIO | 3 | depends on DRM && VIRTIO |
4 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
5 | select DRM_TTM | 5 | select DRM_TTM |
6 | help | 6 | help |
7 | This is the virtual GPU driver for virtio. It can be used with | 7 | This is the virtual GPU driver for virtio. It can be used with |
8 | QEMU based VMMs (like KVM or Xen). | 8 | QEMU based VMMs (like KVM or Xen). |
9 | 9 | ||
10 | If unsure say M. | 10 | If unsure say M. |