All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Massot <julien.massot@iot.bzh>
To: bjorn.andersson@linaro.org, mathieu.poirier@linaro.org,
	geert+renesas@glider.be
Cc: linux-renesas-soc@vger.kernel.org,
	linux-remoteproc@vger.kernel.org,
	Julien Massot <julien.massot@iot.bzh>
Subject: [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon
Date: Thu, 16 Dec 2021 17:07:21 +0100	[thread overview]
Message-ID: <20211216160721.203794-1-julien.massot@iot.bzh> (raw)

Remove trailing semicolon.

Signed-off-by: Julien Massot <julien.massot@iot.bzh>
---
 drivers/remoteproc/rcar_rproc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/remoteproc/rcar_rproc.c b/drivers/remoteproc/rcar_rproc.c
index 3408c6e51a7c..aa86154109c7 100644
--- a/drivers/remoteproc/rcar_rproc.c
+++ b/drivers/remoteproc/rcar_rproc.c
@@ -163,7 +163,7 @@ static int rcar_rproc_probe(struct platform_device *pdev)
 	if (IS_ERR(priv->rst)) {
 		ret = PTR_ERR(priv->rst);
 		dev_err_probe(dev, ret, "fail to acquire rproc reset\n");
-		return ret;;
+		return ret;
 	}
 
 	pm_runtime_enable(dev);
-- 
2.33.1



             reply	other threads:[~2021-12-16 16:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 16:07 Julien Massot [this message]
2021-12-20 13:45 ` [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon Geert Uytterhoeven

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=20211216160721.203794-1-julien.massot@iot.bzh \
    --to=julien.massot@iot.bzh \
    --cc=bjorn.andersson@linaro.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    /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.