aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Smirnov <[email protected]>2019-08-12 13:08:45 -0700
committerWim Van Sebroeck <[email protected]>2019-09-17 08:59:03 +0200
commit670e51b0301e844d53da7e0a37c5063cdab81876 (patch)
tree2bbd7e39e3d68646f3f82253e81e80d562db68c4
parent30520ee8e3bac25dbb1bb43da0e49177be3e19c0 (diff)
watchdog: ziirave_wdt: Add missing newline
Add missing newline. Signed-off-by: Andrey Smirnov <[email protected]> Cc: Chris Healy <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: Rick Ramstetter <[email protected]> Cc: [email protected] Cc: [email protected] Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--drivers/watchdog/ziirave_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/ziirave_wdt.c b/drivers/watchdog/ziirave_wdt.c
index dec660c509b3..6ec028fb2635 100644
--- a/drivers/watchdog/ziirave_wdt.c
+++ b/drivers/watchdog/ziirave_wdt.c
@@ -671,7 +671,7 @@ static int ziirave_wdt_probe(struct i2c_client *client,
if (ret)
return ret;
- dev_info(&client->dev, "Timeout set to %ds.",
+ dev_info(&client->dev, "Timeout set to %ds\n",
w_priv->wdd.timeout);
}