diff options
| author | Fabrizio Castro <[email protected]> | 2019-04-03 15:04:09 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2019-05-27 15:08:22 +0000 |
| commit | 6166e5330c3828699859a6ec1af21eef7c58778c (patch) | |
| tree | 3e1b9fa181cb8982aa658c0f53917ed7cd7beb0a | |
| parent | virtio: add unlikely() to WARN_ON_ONCE() (diff) | |
| download | kernel-6166e5330c3828699859a6ec1af21eef7c58778c.tar.gz kernel-6166e5330c3828699859a6ec1af21eef7c58778c.zip | |
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]>
| -rw-r--r-- | drivers/virtio/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 9aea44ed54c7..023fc3bc01c6 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -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. |
