Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470789
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 18/18] drm/virtio: kconfig: Fixup white space. |
| Date | 2016-08-26 17:00 +0200 |
| Message-ID | <saqLU-8tm-29@gated-at.bofh.it> (permalink) |
| References | <saqLT-8tm-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Use tabs instead of spaces. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- drivers/gpu/drm/virtio/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/virtio/Kconfig b/drivers/gpu/drm/virtio/Kconfig index 90357d9..2d83932 100644 --- a/drivers/gpu/drm/virtio/Kconfig +++ b/drivers/gpu/drm/virtio/Kconfig @@ -2,10 +2,10 @@ config DRM_VIRTIO_GPU tristate "Virtio GPU driver" depends on DRM select 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. -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v8 18/18] drm/virtio: kconfig: Fixup white space. Peter Griffin <peter.griffin@linaro.org> - 2016-08-26 17:00 +0200 Re: [PATCH v8 18/18] drm/virtio: kconfig: Fixup white space. Lee Jones <lee.jones@linaro.org> - 2016-08-30 12:00 +0200 Re: [PATCH v8 18/18] drm/virtio: kconfig: Fixup white space. Lee Jones <lee.jones@linaro.org> - 2016-08-30 12:00 +0200
csiph-web