[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b47977f1-e5fc-4f67-a84a-3a4f881d5bac@quicinc.com>
Date: Tue, 17 Jun 2025 00:19:21 +0800
From: Luo Jie <quic_luoj@...cinc.com>
To: Markus Elfring <Markus.Elfring@....de>, <cocci@...ia.fr>
CC: LKML <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <kvmarm@...ts.linux.dev>,
Andrew Lunn
<andrew@...n.ch>,
Catalin Marinas <catalin.marinas@....com>,
Joey Gouly
<joey.gouly@....com>, Julia Lawall <Julia.Lawall@...ia.fr>,
Kiran Kumar C.S.K
<quic_kkumarcs@...cinc.com>,
Lei Wei <quic_leiwei@...cinc.com>, Marc Zyngier
<maz@...nel.org>,
Nicolas Palix <nicolas.palix@...g.fr>,
Oliver Upton
<oliver.upton@...ux.dev>,
Pavithra R <quic_pavir@...cinc.com>,
"Rasmus
Villemoes" <linux@...musvillemoes.dk>,
Suruchi Agarwal
<quic_suruchia@...cinc.com>,
Suzuki Poulose <suzuki.poulose@....com>,
"Will
Deacon" <will@...nel.org>, Yury Norov <yury.norov@...il.com>,
Zenghui Yu
<yuzenghui@...wei.com>, <quic_linchen@...cinc.com>
Subject: Re: [cocci] [v4 2/5] arm64: tlb: Convert the opencoded field modify
On 6/16/2025 9:52 PM, Markus Elfring wrote:
>>>> Replace below code with the wrapper FIELD_MODIFY(MASK, ®, val)
>>>> - reg &= ~MASK;
>>>> - reg |= FIELD_PREP(MASK, val);
> …
>> I will review the generated message to improve the formatting as you
>> suggested, the next time I use it.
> Would indentation be more helpful for the mentioned code excerpt
> (instead of trying to describe lines with bullet points)?
>
> Regards,
> Markus
I agree that using indentation would make the code excerpt clearer.
Thanks.
Powered by blists - more mailing lists