From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Shen Lichuan <shenlichuan@vivo.com>, <lee@kernel.org>,
<alexandre.belloni@bootlin.com>, <claudiu.beznea@tuxon.dev>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <opensource.kernel@vivo.com>
Subject: Re: [PATCH v1] mfd: Convert comma to semicolon
Date: Thu, 5 Sep 2024 16:35:18 +0200 [thread overview]
Message-ID: <1da24d04-e99d-4b22-aec2-92d89d9cf089@microchip.com> (raw)
In-Reply-To: <20240905092718.95011-1-shenlichuan@vivo.com>
On 05/09/2024 at 11:27, Shen Lichuan wrote:
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
> ---
> drivers/mfd/atmel-flexcom.c | 2 +-
> drivers/mfd/rk8xx-core.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mfd/atmel-flexcom.c b/drivers/mfd/atmel-flexcom.c
> index b52f7ffdad35..d5df5466eaf5 100644
> --- a/drivers/mfd/atmel-flexcom.c
> +++ b/drivers/mfd/atmel-flexcom.c
> @@ -95,7 +95,7 @@ static int __maybe_unused atmel_flexcom_resume_noirq(struct device *dev)
> if (err)
> return err;
>
> - val = FLEX_MR_OPMODE(ddata->opmode),
> + val = FLEX_MR_OPMODE(ddata->opmode);
It surely doesn't change the behavior, but it's probably a typo anyway:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> # for atmel-flexcom.c
Regards,
Nicolas
> writel(val, ddata->base + FLEX_MR);
>
> clk_disable_unprepare(ddata->clk);
[..]
next prev parent reply other threads:[~2024-09-05 14:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 9:27 [PATCH v1] mfd: Convert comma to semicolon Shen Lichuan
2024-09-05 14:35 ` Nicolas Ferre [this message]
2024-09-30 15:40 ` (subset) " Lee Jones
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=1da24d04-e99d-4b22-aec2-92d89d9cf089@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=opensource.kernel@vivo.com \
--cc=shenlichuan@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