drm/virtio: kconfig: Fixup white space.
authorPeter Griffin <peter.griffin@linaro.org>
Sat, 8 Oct 2016 07:55:18 +0000 (08:55 +0100)
committerSean Paul <seanpaul@chromium.org>
Fri, 21 Oct 2016 14:49:06 +0000 (10:49 -0400)
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
drivers/gpu/drm/virtio/Kconfig

index e1afc3d..81d1807 100644 (file)
@@ -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.