Browse Source

power: reset: add in missing white space in error message text

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>
Colin Ian King 9 years ago
parent
commit
1dff6ce026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/power/reset/keystone-reset.c

+ 1 - 1
drivers/power/reset/keystone-reset.c

@@ -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;
 		}