From: Will Deacon <will@kernel.org>
To: 韩科才 <hankecai@vivo.com>
Cc: trivial@kernel.org, 王文虎 <wenhu.wang@vivo.com>,
suzuki.poulose@arm.com, catalin.marinas@arm.com,
linux-kernel@vger.kernel.org, jeremy.linton@arm.com,
broonie@kernel.org, tglx@linutronix.de, Dave.Martin@arm.com,
linux-arm-kernel@lists.infradead.org,
amurray@thegoodpenguin.co.uk
Subject: Re: [PATCH] arm64: remove redundant blank for '=' operator
Date: Tue, 17 Mar 2020 22:06:04 +0000 [thread overview]
Message-ID: <20200317220602.GC20788@willie-the-truck> (raw)
In-Reply-To: <ALsA-QB3CCyH77MiU4gx3arM.1.1583909569099.Hmail.hankecai@vivo.com>
On Wed, Mar 11, 2020 at 02:52:49PM +0800, 韩科才 wrote:
> remove redundant blank for '=' operator, it may be more elegant.
>
> Signed-off-by: hankecai <hankecai@vivo.com>
> ---
> arch/arm64/kernel/cpufeature.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c
> index 0b6715625cf6..ce60d1012bfa 100644
> --- a/arch/arm64/kernel/cpufeature.c
> +++ b/arch/arm64/kernel/cpufeature.c
> @@ -551,7 +551,7 @@ static void __init init_cpu_ftr_reg(u32 sys_reg, u64 new)
>
> BUG_ON(!reg);
>
> - for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) {
> + for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) {
> u64 ftr_mask = arm64_ftr_mask(ftrp);
> s64 ftr_new = arm64_ftr_value(ftrp, new);
Acked-by: Will Deacon <will@kernel.org>
Will
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2020-03-17 22:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 6:52 [PATCH] arm64: remove redundant blank for '=' operator 韩科才
2020-03-17 22:06 ` Will Deacon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200317220602.GC20788@willie-the-truck \
--to=will@kernel.org \
--cc=Dave.Martin@arm.com \
--cc=amurray@thegoodpenguin.co.uk \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=hankecai@vivo.com \
--cc=jeremy.linton@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=suzuki.poulose@arm.com \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
--cc=wenhu.wang@vivo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox