diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-01-15 15:15:51 +0300 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-01-21 08:58:58 +0300 |
commit | b2a6d51ddf7b238cc4c7b32c7fb53b6de06977d8 (patch) | |
tree | e34f6bb12af341f2b02a8ecc342def83f7487b6b /drivers | |
parent | 3c7322405d1efac27cc547fa4d6947cf23871dac (diff) | |
download | linux-b2a6d51ddf7b238cc4c7b32c7fb53b6de06977d8.tar.xz |
virtio_pci: Kconfig grammar fix
This drivers -> this driver.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/virtio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 00b228638274..8286b63eaf80 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -12,7 +12,7 @@ config VIRTIO_PCI depends on PCI select VIRTIO ---help--- - This drivers provides support for virtio based paravirtual device + This driver provides support for virtio based paravirtual device drivers over PCI. This requires that your VMM has appropriate PCI virtio backends. Most QEMU based VMMs should support these devices (like KVM or Xen). |