Skip to content

Commit 6166e53

Browse files
Fabrizio Castromstsirkin
authored andcommitted
virtio: Fix indentation of VIRTIO_MMIO
VIRTIO_MMIO config option block starts with a space, fix that. Signed-off-by: Fabrizio Castro <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 3d840e0 commit 6166e53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/virtio/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ config VIRTIO_INPUT
6363

6464
If unsure, say M.
6565

66-
config VIRTIO_MMIO
66+
config VIRTIO_MMIO
6767
tristate "Platform bus driver for memory mapped virtio devices"
6868
depends on HAS_IOMEM && HAS_DMA
69-
select VIRTIO
70-
---help---
71-
This drivers provides support for memory mapped virtio
69+
select VIRTIO
70+
---help---
71+
This drivers provides support for memory mapped virtio
7272
platform device driver.
7373

7474
If unsure, say N.

0 commit comments

Comments
 (0)