summaryrefslogtreecommitdiff
path: root/drivers/regulator/max77843.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-05-20 14:54:02 (GMT)
committerJiri Kosina <jkosina@suse.com>2015-08-07 11:58:05 (GMT)
commit971bd8fa369a37b047c26e9a47d4c1f5d2dce4d3 (patch)
tree997716fb8a689711da6aa1088d1ab0d0dfdba2c7 /drivers/regulator/max77843.c
parent74d33293e467df61de1b1d8b2fbe29e550dec33b (diff)
downloadlinux-971bd8fa369a37b047c26e9a47d4c1f5d2dce4d3.tar.xz
treewide: Fix typo in printk
This patch fix spelling typo inv various part of sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/regulator/max77843.c')
-rw-r--r--drivers/regulator/max77843.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max77843.c b/drivers/regulator/max77843.c
index f4fd0d3..3941fdb 100644
--- a/drivers/regulator/max77843.c
+++ b/drivers/regulator/max77843.c
@@ -162,7 +162,7 @@ static int max77843_regulator_probe(struct platform_device *pdev)
&max77843_supported_regulators[i], &config);
if (IS_ERR(regulator)) {
dev_err(&pdev->dev,
- "Failed to regiser regulator-%d\n", i);
+ "Failed to register regulator-%d\n", i);
return PTR_ERR(regulator);
}
}