mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] WATCHDOG: DIAG288_WDT: Fixed error POINTER_LOCATION
@ 2018-09-12 15:56 Jagdish Tirumala
  2018-09-12 16:13 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Jagdish Tirumala @ 2018-09-12 15:56 UTC (permalink / raw)
  To: wim, linux, yamada.masahiro
  Cc: linux-watchdog, linux-arm-kernel, linux-kernel

Fixed ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" in
file drivers/watchdog/diag288_wdt.c

Signed-off-by: Jagdish Tirumala <t.jag587@gmail.com>
---
 drivers/watchdog/diag288_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/diag288_wdt.c b/drivers/watchdog/diag288_wdt.c
index 806a04a676b7..046333d1beb2 100644
--- a/drivers/watchdog/diag288_wdt.c
+++ b/drivers/watchdog/diag288_wdt.c
@@ -199,7 +199,7 @@ static int wdt_ping(struct watchdog_device *dev)
 	return ret;
 }
 
-static int wdt_set_timeout(struct watchdog_device * dev, unsigned int new_to)
+static int wdt_set_timeout(struct watchdog_device *dev, unsigned int new_to)
 {
 	dev->timeout = new_to;
 	return wdt_ping(dev);
-- 
2.17.1


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

end of thread, other threads:[~2018-09-12 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 15:56 [PATCH] WATCHDOG: DIAG288_WDT: Fixed error POINTER_LOCATION Jagdish Tirumala
2018-09-12 16:13 ` Guenter Roeck

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

all inboxes | Powered by JetHome®