linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: VMX: Clean up the spaces redundant.
@ 2019-12-18  7:36 Haiwei Li
  2020-01-15 18:09 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Haiwei Li @ 2019-12-18  7:36 UTC (permalink / raw)
  To: linux-kernel, kvm, x86
  Cc: pbonzini, Sean Christopherson, vkuznets, wanpengli, jmattson,
	joro, tglx, mingo, bp, hpa

 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: VMX: Clean up the spaces redundant.
  2019-12-18  7:36 [PATCH] KVM: VMX: Clean up the spaces redundant Haiwei Li
@ 2020-01-15 18:09 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2020-01-15 18:09 UTC (permalink / raw)
  To: Haiwei Li, linux-kernel, kvm, x86
  Cc: Sean Christopherson, vkuznets, wanpengli, jmattson, joro, tglx,
	mingo, bp, hpa

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-15 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  7:36 [PATCH] KVM: VMX: Clean up the spaces redundant Haiwei Li
2020-01-15 18:09 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).