mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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:
parent
3d840e0636
commit
6166e5330c
@ -63,12 +63,12 @@ config VIRTIO_INPUT
|
|||||||
|
|
||||||
If unsure, say M.
|
If unsure, say M.
|
||||||
|
|
||||||
config VIRTIO_MMIO
|
config VIRTIO_MMIO
|
||||||
tristate "Platform bus driver for memory mapped virtio devices"
|
tristate "Platform bus driver for memory mapped virtio devices"
|
||||||
depends on HAS_IOMEM && HAS_DMA
|
depends on HAS_IOMEM && HAS_DMA
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
---help---
|
---help---
|
||||||
This drivers provides support for memory mapped virtio
|
This drivers provides support for memory mapped virtio
|
||||||
platform device driver.
|
platform device driver.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
Loading…
Reference in New Issue
Block a user