mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
37157ffb4b
commit
033fc89661
|
|
@ -947,7 +947,7 @@ static void mxc_jpeg_device_run(void *priv)
|
|||
goto end;
|
||||
}
|
||||
if (!mxc_jpeg_alloc_slot_data(jpeg, ctx->slot)) {
|
||||
dev_err(dev, "Canot allocate slot data\n");
|
||||
dev_err(dev, "Cannot allocate slot data\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user