mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
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>
This commit is contained in:
parent
17c6d3979e
commit
1dff6ce026
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue