public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces
@ 2019-09-05 14:36 Oliver Graute
  2019-09-05 15:08 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Graute @ 2019-09-05 14:36 UTC (permalink / raw)
  To: oliver.graute@gmail•com
  Cc: Aisheng Dong, Ulf Hansson, linux-watchdog@vger•kernel.org,
	Shawn Guo, Oliver Graute, linux-kernel@vger•kernel.org,
	NXP Linux Team, Pengutronix Kernel Team, Wim Van Sebroeck,
	Fabio Estevam, Sascha Hauer, Guenter Roeck,
	linux-arm-kernel@lists•infradead.org

Fix only whitespace errors in imx_sc_wdt_probe()

Signed-off-by: Oliver Graute <oliver.graute@kococonnector•com>
---
 drivers/watchdog/imx_sc_wdt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c
index 9260475439eb..7ea5cf54e94a 100644
--- a/drivers/watchdog/imx_sc_wdt.c
+++ b/drivers/watchdog/imx_sc_wdt.c
@@ -176,8 +176,8 @@ static int imx_sc_wdt_probe(struct platform_device *pdev)
 
 	ret = devm_watchdog_register_device(dev, wdog);
 	if (ret)
- 		return ret;
- 
+		return ret;
+
 	ret = imx_scu_irq_group_enable(SC_IRQ_GROUP_WDOG,
 				       SC_IRQ_WDOG,
 				       true);
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces
  2019-09-05 14:36 [PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces Oliver Graute
@ 2019-09-05 15:08 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2019-09-05 15:08 UTC (permalink / raw)
  To: Oliver Graute
  Cc: Aisheng Dong, Ulf Hansson, linux-watchdog@vger•kernel.org,
	Shawn Guo, Sascha Hauer, linux-kernel@vger•kernel.org,
	oliver.graute@gmail•com, NXP Linux Team, Pengutronix Kernel Team,
	Wim Van Sebroeck, Fabio Estevam,
	linux-arm-kernel@lists•infradead.org

On Thu, Sep 05, 2019 at 02:36:49PM +0000, Oliver Graute wrote:
> Fix only whitespace errors in imx_sc_wdt_probe()
> 
> Signed-off-by: Oliver Graute <oliver.graute@kococonnector•com>

Ah, there are indeed extra spaces in these lines.

Reviewed-by: Guenter Roeck <linux@roeck-us•net>

> ---
>  drivers/watchdog/imx_sc_wdt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c
> index 9260475439eb..7ea5cf54e94a 100644
> --- a/drivers/watchdog/imx_sc_wdt.c
> +++ b/drivers/watchdog/imx_sc_wdt.c
> @@ -176,8 +176,8 @@ static int imx_sc_wdt_probe(struct platform_device *pdev)
>  
>  	ret = devm_watchdog_register_device(dev, wdog);
>  	if (ret)
> - 		return ret;
> - 
> +		return ret;
> +
>  	ret = imx_scu_irq_group_enable(SC_IRQ_GROUP_WDOG,
>  				       SC_IRQ_WDOG,
>  				       true);
> -- 
> 2.17.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-09-05 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-05 14:36 [PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces Oliver Graute
2019-09-05 15:08 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox