All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: 王文虎 <wenhu.wang@vivo.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Will Deacon <will@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org, kernel@vivo.com,
	Yunfeng Ye <yeyunfeng@huawei.com>,
	Hanjun Guo <guohanjun@huawei.com>, Zheng Wei <wei.zheng@vivo.com>,
	Enrico Weigelt <info@metux.net>,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>
Subject: Re: Re: [PATCH] arm64: add blank after 'if'
Date: Wed, 18 Mar 2020 09:30:41 +0000	[thread overview]
Message-ID: <20200318093041.GR3005@mbp> (raw)
In-Reply-To: <AG*ACQC2CEOOiVKFwxZXw4qM.3.1584509548085.Hmail.wenhu.wang@vivo.com>

On Wed, Mar 18, 2020 at 01:32:28PM +0800, 王文虎 wrote:
> From: Will Deacon <will@kernel.org>
> Date: 2020-03-18 06:28:24
> To:  Zheng Wei <wei.zheng@vivo.com>
> Cc:  Catalin Marinas <catalin.marinas@arm.com>,Hanjun Guo <guohanjun@huawei.com>,Enrico Weigelt <info@metux.net>,Allison Randal <allison@lohutok.net>,Greg Kroah-Hartman <gregkh@linuxfoundation.org>,Thomas Gleixner <tglx@linutronix.de>,Yunfeng Ye <yeyunfeng@huawei.com>,linux-arm-kernel@lists.infradead.org,linux-kernel@vger.kernel.org,kernel@vivo.com,wenhu.wang@vivo.com
> Subject: Re: [PATCH] arm64: add blank after 'if'>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
> 
> Shouldn't you have Cc trivial<trivial@kernel.org>?
> Asked-by: Wang Wenhu <wenhu.wang@vivo.com>

I queued them already, they are in arm64 for-next/core. In the future,
it they could as well go in via trivial@kernel.org (as long as there are
no serious conflicts).

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: 王文虎 <wenhu.wang@vivo.com>
Cc: Zheng Wei <wei.zheng@vivo.com>, Hanjun Guo <guohanjun@huawei.com>,
	Enrico Weigelt <info@metux.net>,
	Allison Randal <allison@lohutok.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Yunfeng Ye <yeyunfeng@huawei.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@vivo.com,
	Will Deacon <will@kernel.org>
Subject: Re: Re: [PATCH] arm64: add blank after 'if'
Date: Wed, 18 Mar 2020 09:30:41 +0000	[thread overview]
Message-ID: <20200318093041.GR3005@mbp> (raw)
In-Reply-To: <AG*ACQC2CEOOiVKFwxZXw4qM.3.1584509548085.Hmail.wenhu.wang@vivo.com>

On Wed, Mar 18, 2020 at 01:32:28PM +0800, 王文虎 wrote:
> From: Will Deacon <will@kernel.org>
> Date: 2020-03-18 06:28:24
> To:  Zheng Wei <wei.zheng@vivo.com>
> Cc:  Catalin Marinas <catalin.marinas@arm.com>,Hanjun Guo <guohanjun@huawei.com>,Enrico Weigelt <info@metux.net>,Allison Randal <allison@lohutok.net>,Greg Kroah-Hartman <gregkh@linuxfoundation.org>,Thomas Gleixner <tglx@linutronix.de>,Yunfeng Ye <yeyunfeng@huawei.com>,linux-arm-kernel@lists.infradead.org,linux-kernel@vger.kernel.org,kernel@vivo.com,wenhu.wang@vivo.com
> Subject: Re: [PATCH] arm64: add blank after 'if'>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
> 
> Shouldn't you have Cc trivial<trivial@kernel.org>?
> Asked-by: Wang Wenhu <wenhu.wang@vivo.com>

I queued them already, they are in arm64 for-next/core. In the future,
it they could as well go in via trivial@kernel.org (as long as there are
no serious conflicts).

-- 
Catalin

  reply	other threads:[~2020-03-18  9:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 14:54 [PATCH] arm64: add blank after 'if' Zheng Wei
2020-03-13 14:54 ` Zheng Wei
2020-03-17 22:28 ` Will Deacon
2020-03-17 22:28   ` Will Deacon
2020-03-18  5:32   ` 王文虎
2020-03-18  5:32     ` 王文虎
2020-03-18  9:30     ` Catalin Marinas [this message]
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=20200318093041.GR3005@mbp \
    --to=catalin.marinas@arm.com \
    --cc=allison@lohutok.net \
    --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=will@kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.