]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
virtio: Fix indentation of VIRTIO_MMIO
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Wed, 3 Apr 2019 15:04:09 +0000 (16:04 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 May 2019 15:08:22 +0000 (11:08 -0400)
VIRTIO_MMIO config option block starts with a space, fix that.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/Kconfig

index 9aea44ed54c717fbef4a897b0db1c82f95698502..023fc3bc01c6f2d3115251e701a08b710cce6ed3 100644 (file)
@@ -63,12 +63,12 @@ config VIRTIO_INPUT
 
         If unsure, say M.
 
- config VIRTIO_MMIO
+config VIRTIO_MMIO
        tristate "Platform bus driver for memory mapped virtio devices"
        depends on HAS_IOMEM && HAS_DMA
-       select VIRTIO
-       ---help---
-        This drivers provides support for memory mapped virtio
+       select VIRTIO
+       ---help---
+        This drivers provides support for memory mapped virtio
         platform device driver.
 
         If unsure, say N.