Skip to content

Commit

Permalink
watchdog: ziirave_wdt: Add missing newline
Browse files Browse the repository at this point in the history
Add missing newline.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Rick Ramstetter <rick@anteaterllc.com>
Cc: linux-watchdog@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20190812200906.31344-2-andrew.smirnov@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
  • Loading branch information
Andrey Smirnov authored and Wim Van Sebroeck committed Sep 17, 2019
1 parent 30520ee commit 670e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/ziirave_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 670e51b

Please sign in to comment.