[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <97b5d746-2f65-4063-a33a-5556421fa481@linux.intel.com>
Date: Thu, 28 Mar 2024 18:12:19 +0800
From: "Mi, Dapeng" <dapeng1.mi@...ux.intel.com>
To: "Yang, Weijiang" <weijiang.yang@...el.com>
Cc: Jim Mattson <jmattson@...gle.com>, Paolo Bonzini <pbonzini@...hat.com>,
Sean Christopherson <seanjc@...gle.com>,
"kvm@...r.kernel.org" <kvm@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Zhenyu Wang <zhenyuw@...ux.intel.com>,
"Zhang, Xiong Y" <xiong.y.zhang@...el.com>,
Mingwei Zhang <mizhang@...gle.com>, Like Xu <like.xu.linux@...il.com>,
Jinrong Liang <cloudliang@...cent.com>, "Mi, Dapeng1" <dapeng1.mi@...el.com>
Subject: Re: [kvm-unit-tests Patch v3 06/11] x86: pmu: Remove blank line and
redundant space
On 3/28/2024 9:23 AM, Yang, Weijiang wrote:
> On 1/3/2024 11:14 AM, Dapeng Mi wrote:
>> code style changes.
>>
>> Signed-off-by: Dapeng Mi <dapeng1.mi@...ux.intel.com>
>> ---
>> x86/pmu.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/x86/pmu.c b/x86/pmu.c
>> index a2c64a1ce95b..46bed66c5c9f 100644
>> --- a/x86/pmu.c
>> +++ b/x86/pmu.c
>> @@ -207,8 +207,7 @@ static noinline void __measure(pmu_counter_t
>> *evt, uint64_t count)
>> static bool verify_event(uint64_t count, struct pmu_event *e)
>> {
>> // printf("%d <= %ld <= %d\n", e->min, count, e->max);
>> - return count >= e->min && count <= e->max;
>> -
>> + return count >= e->min && count <= e->max;
>
> I don't think it's necessary to fix the nit in a separate patch, just
> squash it in some patch with
> "Opportunistically ...."
Not sure this, I was always required to use a separate patch to refactor
the code style faults by reviewers. It looks a unwritten rule for Linux.
>
>> }
>> static bool verify_counter(pmu_counter_t *cnt)
>
Powered by blists - more mailing lists