Commit ea12d248 authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab

media: i2c: fix spelling mistakes: "enpoint" -> "endpoint"

There are two spelling mistakes in dev_err messages. Fix these.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 063b811f
......@@ -2454,7 +2454,7 @@ static int ov5648_probe(struct i2c_client *client)
handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
if (!handle) {
dev_err(dev, "unable to find enpoint node\n");
dev_err(dev, "unable to find endpoint node\n");
return -EINVAL;
}
......
......@@ -2799,7 +2799,7 @@ static int ov8865_probe(struct i2c_client *client)
handle = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL);
if (!handle) {
dev_err(dev, "unable to find enpoint node\n");
dev_err(dev, "unable to find endpoint node\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