virtio: Fix indentation of VIRTIO_MMIO

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>
This commit is contained in:
Fabrizio Castro 2019-04-03 16:04:09 +01:00 committed by Michael S. Tsirkin
parent 3d840e0636
commit 6166e5330c

View 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.