2014-01-18 02:02:45

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] kvm: make KVM_MMU_AUDIT help text more readable

From: Randy Dunlap <[email protected]>

Make KVM_MMU_AUDIT kconfig help text readable and collapse
two spaces between words down to one space.

Signed-off-by: Randy Dunlap <[email protected]>
---
arch/x86/kvm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-313-rc8.orig/arch/x86/kvm/Kconfig
+++ lnx-313-rc8/arch/x86/kvm/Kconfig
@@ -65,7 +65,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"


2014-01-20 02:01:06

by Xiao Guangrong

[permalink] [raw]
Subject: Re: [PATCH] kvm: make KVM_MMU_AUDIT help text more readable

On 01/18/2014 10:02 AM, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Make KVM_MMU_AUDIT kconfig help text readable and collapse
> two spaces between words down to one space.
>

Reviewed-by: Xiao Guangrong <[email protected]>