]> Pileus Git - ~andy/linux/commitdiff
kvm: make KVM_MMU_AUDIT help text more readable
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 18 Jan 2014 02:02:38 +0000 (18:02 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2014 11:59:26 +0000 (12:59 +0100)
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>
arch/x86/kvm/Kconfig

index b89c5db2b8325a6398baaed5c5c076d223599bf5..287e4c85fff9f8f8acef22bb79502e28641a8d2d 100644 (file)
@@ -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"