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>
This commit is contained in:

committed by
Jiri Kosina

parent
74d33293e4
commit
971bd8fa36
@@ -216,7 +216,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,
|
||||
/* get panel info */
|
||||
error = ili210x_read_reg(client, REG_PANEL_INFO, &panel, sizeof(panel));
|
||||
if (error) {
|
||||
dev_err(dev, "Failed to get panel informations, err: %d\n",
|
||||
dev_err(dev, "Failed to get panel information, err: %d\n",
|
||||
error);
|
||||
return error;
|
||||
}
|
||||
@@ -276,7 +276,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,
|
||||
|
||||
error = input_register_device(priv->input);
|
||||
if (error) {
|
||||
dev_err(dev, "Cannot regiser input device, err: %d\n", error);
|
||||
dev_err(dev, "Cannot register input device, err: %d\n", error);
|
||||
goto err_remove_sysfs;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user