From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Zhen Lei <thunder.leizhen@huawei.com>,
Geoff Levand <geoff@infradead.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/1] powerpc/ps3: Remove a couple of unneeded semicolons
Date: Tue, 8 Mar 2022 13:43:16 +0100 [thread overview]
Message-ID: <227e1408-4be3-9793-c604-d26875d0a586@csgroup.eu> (raw)
In-Reply-To: <20210508095150.2942-1-thunder.leizhen@huawei.com>
Le 08/05/2021 à 11:51, Zhen Lei a écrit :
> The semicolon immediately following '}' is unneeded.
>
> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
A more recent version of your patch are available at
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/01647102607ce9640c9f27786d976109a3c4ea7e.1629197153.git.jing.yangyang@zte.com.cn/
> ---
> arch/powerpc/platforms/ps3/system-bus.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/platforms/ps3/system-bus.c b/arch/powerpc/platforms/ps3/system-bus.c
> index b431f41c6cb53ab..5c739267ddd2174 100644
> --- a/arch/powerpc/platforms/ps3/system-bus.c
> +++ b/arch/powerpc/platforms/ps3/system-bus.c
> @@ -603,7 +603,7 @@ static dma_addr_t ps3_ioc0_map_page(struct device *_dev, struct page *page,
> default:
> /* not happned */
> BUG();
> - };
> + }
> result = ps3_dma_map(dev->d_region, (unsigned long)ptr, size,
> &bus_addr, iopte_flag);
>
> @@ -762,7 +762,7 @@ int ps3_system_bus_device_register(struct ps3_system_bus_device *dev)
> break;
> default:
> BUG();
> - };
> + }
>
> dev->core.of_node = NULL;
> set_dev_node(&dev->core, 0);
prev parent reply other threads:[~2022-03-08 12:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-08 9:51 [PATCH 1/1] powerpc/ps3: Remove a couple of unneeded semicolons Zhen Lei
2022-03-08 12:43 ` Christophe Leroy [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=227e1408-4be3-9793-c604-d26875d0a586@csgroup.eu \
--to=christophe.leroy@csgroup.eu \
--cc=benh@kernel.crashing.org \
--cc=geoff@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=thunder.leizhen@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