Commit 1dff6ce0 authored by Colin Ian King's avatar Colin Ian King Committed by Sebastian Reichel

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 17c6d397
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment