Browse Source

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>
Randy Dunlap 11 years ago
parent
commit
94491620e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kvm/Kconfig

+ 1 - 1
arch/x86/kvm/Kconfig

@@ -80,7 +80,7 @@ config KVM_MMU_AUDIT
 	depends on KVM && TRACEPOINTS
 	depends on KVM && TRACEPOINTS
 	---help---
 	---help---
 	 This option adds a R/W kVM module parameter 'mmu_audit', which allows
 	 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
 config KVM_DEVICE_ASSIGNMENT
 	bool "KVM legacy PCI device assignment support"
 	bool "KVM legacy PCI device assignment support"