search for: 1b5c9f0

Displaying 1 result from an estimated 1 matches for "1b5c9f0".

Did you mean: 1b509a0
2019 Apr 03
0
[PATCH] virtio: Fix indentation of VIRTIO_MMIO
...IO_MMIO config option block starts with a space, fix that. Signed-off-by: Fabrizio Castro <fabrizio.castro at bp.renesas.com> --- drivers/virtio/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 3589764..1b5c9f0 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -62,12 +62,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...