diff mbox series

KVM: VMX: Clean up the spaces redundant.

Message ID 5c33f601-0bee-7958-7295-541b87b95138@gmail.com (mailing list archive)
State New, archived
Headers show
Series KVM: VMX: Clean up the spaces redundant. | expand

Commit Message

Haiwei Li Dec. 18, 2019, 7:36 a.m. UTC
From 6b2634f16cfd5d48896a7c0a094b59410ce078c5 Mon Sep 17 00:00:00 2001
From: Haiwei Li <lihaiwei@tencent.com>
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@tencent.com>
---
  arch/x86/kvm/vmx/vmx.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

--
1.8.3.1

Comments

Paolo Bonzini Jan. 15, 2020, 6:09 p.m. UTC | #1
On 18/12/19 08:36, Haiwei Li wrote:
> From 6b2634f16cfd5d48896a7c0a094b59410ce078c5 Mon Sep 17 00:00:00 2001
> From: Haiwei Li <lihaiwei@tencent.com>
> 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@tencent.com>
> ---
>  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
diff mbox series

Patch

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 */