projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c73224
)
virtio_pci: Kconfig grammar fix
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 15 Jan 2015 12:15:51 +0000
(14:15 +0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:58 +0000
(16:28 +1030)
This drivers -> this driver.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/virtio/Kconfig
b/drivers/virtio/Kconfig
index 00b2286382743203027b834c300a62745caa4a3f..8286b63eaf805246118631879d1c9972e04ce7fe 100644
(file)
--- a/
drivers/virtio/Kconfig
+++ b/
drivers/virtio/Kconfig
@@
-12,7
+12,7
@@
config VIRTIO_PCI
depends on PCI
select VIRTIO
---help---
- This driver
s
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).