Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Peter Griffin and committed by
Sean Paul
de1e211f 838de39f

+3 -3
+3 -3
drivers/gpu/drm/virtio/Kconfig
··· 1 1 config DRM_VIRTIO_GPU 2 2 tristate "Virtio GPU driver" 3 3 depends on DRM && VIRTIO 4 - select DRM_KMS_HELPER 5 - select DRM_TTM 4 + select DRM_KMS_HELPER 5 + select DRM_TTM 6 6 help 7 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 10 If unsure say M.