* [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline
@ 2024-09-01 16:27 Colin Ian King
2024-09-01 17:31 ` Niklas Söderlund
2024-09-02 11:12 ` Daniel Lezcano
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-09-01 16:27 UTC (permalink / raw)
To: Niklas Söderlund, Rafael J . Wysocki, Daniel Lezcano,
Zhang Rui, Lukasz Luba, linux-renesas-soc, linux-pm
Cc: kernel-janitors, linux-kernel
There is a extraneous space after a newline in a dev_err message.
Remove it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/thermal/renesas/rcar_thermal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/renesas/rcar_thermal.c b/drivers/thermal/renesas/rcar_thermal.c
index 1e93f60b6d74..ddc8341e5c3f 100644
--- a/drivers/thermal/renesas/rcar_thermal.c
+++ b/drivers/thermal/renesas/rcar_thermal.c
@@ -447,7 +447,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
ret = devm_request_irq(dev, irq, rcar_thermal_irq,
IRQF_SHARED, dev_name(dev), common);
if (ret) {
- dev_err(dev, "irq request failed\n ");
+ dev_err(dev, "irq request failed\n");
goto error_unregister;
}
--
2.39.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline
2024-09-01 16:27 [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline Colin Ian King
@ 2024-09-01 17:31 ` Niklas Söderlund
2024-09-02 11:12 ` Daniel Lezcano
1 sibling, 0 replies; 3+ messages in thread
From: Niklas Söderlund @ 2024-09-01 17:31 UTC (permalink / raw)
To: Colin Ian King
Cc: Rafael J . Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
linux-renesas-soc, linux-pm, kernel-janitors, linux-kernel
On 2024-09-01 17:27:19 +0100, Colin Ian King wrote:
> There is a extraneous space after a newline in a dev_err message.
> Remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
> drivers/thermal/renesas/rcar_thermal.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/renesas/rcar_thermal.c b/drivers/thermal/renesas/rcar_thermal.c
> index 1e93f60b6d74..ddc8341e5c3f 100644
> --- a/drivers/thermal/renesas/rcar_thermal.c
> +++ b/drivers/thermal/renesas/rcar_thermal.c
> @@ -447,7 +447,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
> ret = devm_request_irq(dev, irq, rcar_thermal_irq,
> IRQF_SHARED, dev_name(dev), common);
> if (ret) {
> - dev_err(dev, "irq request failed\n ");
> + dev_err(dev, "irq request failed\n");
> goto error_unregister;
> }
>
> --
> 2.39.2
>
--
Kind Regards,
Niklas Söderlund
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline
2024-09-01 16:27 [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline Colin Ian King
2024-09-01 17:31 ` Niklas Söderlund
@ 2024-09-02 11:12 ` Daniel Lezcano
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2024-09-02 11:12 UTC (permalink / raw)
To: Colin Ian King, Niklas Söderlund, Rafael J . Wysocki,
Zhang Rui, Lukasz Luba, linux-renesas-soc, linux-pm
Cc: kernel-janitors, linux-kernel
On 01/09/2024 18:27, Colin Ian King wrote:
> There is a extraneous space after a newline in a dev_err message.
> Remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
Applied, thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-02 11:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 16:27 [PATCH][next] thermal/drivers/renesas: Remove trailing space after \n newline Colin Ian King
2024-09-01 17:31 ` Niklas Söderlund
2024-09-02 11:12 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).