All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon
@ 2021-12-16 16:07 Julien Massot
  2021-12-20 13:45 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Massot @ 2021-12-16 16:07 UTC (permalink / raw)
  To: bjorn.andersson, mathieu.poirier, geert+renesas
  Cc: linux-renesas-soc, linux-remoteproc, Julien Massot

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon
  2021-12-16 16:07 [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon Julien Massot
@ 2021-12-20 13:45 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-12-20 13:45 UTC (permalink / raw)
  To: Julien Massot
  Cc: Björn Andersson, Mathieu Poirier, Linux-Renesas,
	open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM

On Thu, Dec 16, 2021 at 5:07 PM Julien Massot <julien.massot@iot.bzh> wrote:
> Remove trailing semicolon.
>
> Signed-off-by: Julien Massot <julien.massot@iot.bzh>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-20 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 16:07 [PATCH 2/2] remoteproc: rcar_rproc: remove trailing semicolon Julien Massot
2021-12-20 13:45 ` Geert Uytterhoeven

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.