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 9aea44e..023fc3b 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.