Re: [PATCH] KVM: VMX: Clean up the spaces redundant.

From: Paolo Bonzini
Date: Wed Jan 15 2020 - 13:09:09 EST


On 18/12/19 08:36, Haiwei Li wrote:
> From 6b2634f16cfd5d48896a7c0a094b59410ce078c5 Mon Sep 17 00:00:00 2001
> From: Haiwei Li <lihaiwei@xxxxxxxxxxx>
> Date: Wed, 18 Dec 2019 15:21:10 +0800
> Subject: [PATCH] Clean up the spaces redundant.
>
> Clean up the spaces redundant in vmx.c.
>
> Signed-off-by: Haiwei Li <lihaiwei@xxxxxxxxxxx>
> ---
> Âarch/x86/kvm/vmx/vmx.c | 2 +-
> Â1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
> index 51e3b27..94a7456 100644
> --- a/arch/x86/kvm/vmx/vmx.c
> +++ b/arch/x86/kvm/vmx/vmx.c
> @@ -173,7 +173,7 @@
> Âmodule_param(ple_window_shrink, uint, 0444);
>
> Â/* Default is to compute the maximum so we can never overflow. */
> -static unsigned int ple_window_maxÂÂÂÂÂÂÂ =
> KVM_VMX_DEFAULT_PLE_WINDOW_MAX;
> +static unsigned int ple_window_max = KVM_VMX_DEFAULT_PLE_WINDOW_MAX;
> Âmodule_param(ple_window_max, uint, 0444);
>
> Â/* Default is SYSTEM mode, 1 for host-guest mode */
> --
> 1.8.3.1
>

Queued, thanks.

Paolo