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