power: reset: add in missing white space in error message text
authorColin Ian King <colin.king@canonical.com>
Mon, 12 Sep 2016 13:05:04 +0000 (14:05 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 19 Sep 2016 19:19:46 +0000 (21:19 +0200)
A dev_err message spans two lines and the literal string is missing
a white space between words. Add the white space.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/keystone-reset.c

index c70f1bf..0938085 100644 (file)
@@ -139,7 +139,7 @@ static int rsctrl_probe(struct platform_device *pdev)
                }
 
                if (val >= WDT_MUX_NUMBER) {
-                       dev_err(dev, "ti,wdt-list property can contain"
+                       dev_err(dev, "ti,wdt-list property can contain "
                                "only numbers < 4\n");
                        return -EINVAL;
                }