From: Will Deacon <will@kernel.org>
To: Zheng Wei <wei.zheng@vivo.com>
Cc: linux-arm-kernel@lists.infradead.org,
Catalin Marinas <catalin.marinas@arm.com>,
Hanjun Guo <guohanjun@huawei.com>,
linux-kernel@vger.kernel.org, kernel@vivo.com,
Yunfeng Ye <yeyunfeng@huawei.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
Enrico Weigelt <info@metux.net>,
wenhu.wang@vivo.com, Allison Randal <allison@lohutok.net>
Subject: Re: [PATCH] arm64: add blank after 'if'
Date: Tue, 17 Mar 2020 22:28:24 +0000 [thread overview]
Message-ID: <20200317222823.GG20788@willie-the-truck> (raw)
In-Reply-To: <20200313145403.6395-1-wei.zheng@vivo.com>
On Fri, Mar 13, 2020 at 10:54:02PM +0800, Zheng Wei wrote:
> add blank after 'if' for armv8_deprecated_init()
> to make it comply with kernel coding style.
>
> Signed-off-by: Zheng Wei <wei.zheng@vivo.com>
> ---
> arch/arm64/kernel/armv8_deprecated.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/kernel/armv8_deprecated.c b/arch/arm64/kernel/armv8_deprecated.c
> index 7832b3216370..4cc581af2d96 100644
> --- a/arch/arm64/kernel/armv8_deprecated.c
> +++ b/arch/arm64/kernel/armv8_deprecated.c
> @@ -630,7 +630,7 @@ static int __init armv8_deprecated_init(void)
> register_insn_emulation(&cp15_barrier_ops);
>
> if (IS_ENABLED(CONFIG_SETEND_EMULATION)) {
> - if(system_supports_mixed_endian_el0())
> + if (system_supports_mixed_endian_el0())
> register_insn_emulation(&setend_ops);
> else
> pr_info("setend instruction emulation is not supported on this system\n");
(Catalin: I'm just acking these trivial typo/style fixes to get them out
of my inbox; do whatever you like with them ;)
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
next prev parent reply other threads:[~2020-03-17 22:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-13 14:54 [PATCH] arm64: add blank after 'if' Zheng Wei
2020-03-17 22:28 ` Will Deacon [this message]
2020-03-18 5:32 ` 王文虎
2020-03-18 9:30 ` Catalin Marinas
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=20200317222823.GG20788@willie-the-truck \
--to=will@kernel.org \
--cc=allison@lohutok.net \
--cc=catalin.marinas@arm.com \
--cc=gregkh@linuxfoundation.org \
--cc=guohanjun@huawei.com \
--cc=info@metux.net \
--cc=kernel@vivo.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=wei.zheng@vivo.com \
--cc=wenhu.wang@vivo.com \
--cc=yeyunfeng@huawei.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