aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2014-01-17 18:02:38 -0800
committerPaolo Bonzini <pbonzini@redhat.com>2014-01-20 12:59:26 +0100
commit94491620e1362f6065ab821c13eb54b716ada19f (patch)
treeec900325e26d50ee0e1556fefa44ab928cedf7ab /arch/x86
parentKVM: nVMX: Update guest activity state field on L2 exits (diff)
downloadlinux-dev-94491620e1362f6065ab821c13eb54b716ada19f.tar.xz
linux-dev-94491620e1362f6065ab821c13eb54b716ada19f.zip
kvm: make KVM_MMU_AUDIT help text more readable
Make KVM_MMU_AUDIT kconfig help text readable and collapse two spaces between words down to one space. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kvm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
index b89c5db2b832..287e4c85fff9 100644
--- a/arch/x86/kvm/Kconfig
+++ b/arch/x86/kvm/Kconfig
@@ -80,7 +80,7 @@ config KVM_MMU_AUDIT
depends on KVM && TRACEPOINTS
---help---
This option adds a R/W kVM module parameter 'mmu_audit', which allows
- audit KVM MMU at runtime.
+ auditing of KVM MMU events at runtime.
config KVM_DEVICE_ASSIGNMENT
bool "KVM legacy PCI device assignment support"