From: Fabrizio Castro Date: Wed, 3 Apr 2019 15:04:09 +0000 (+0100) Subject: virtio: Fix indentation of VIRTIO_MMIO X-Git-Tag: v5.2-rc4~39^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6166e5330c3828699859a6ec1af21eef7c58778c;p=thirdparty%2Flinux.git virtio: Fix indentation of VIRTIO_MMIO VIRTIO_MMIO config option block starts with a space, fix that. Signed-off-by: Fabrizio Castro Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 9aea44ed54c71..023fc3bc01c6f 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.