diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-03-23 10:21:41 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-06 10:29:28 +0200 |
commit | 033fc896617a5ba8277e62ffae0d79e016fa3359 (patch) | |
tree | 551b247dae0e58476e926ce3c7c53b8eb2a3317e | |
parent | 37157ffb4bb0ef71edb5aa28fca977d0ad05ea86 (diff) |
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>
-rw-r--r-- | drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/imx-jpeg/mxc-jpeg.c b/drivers/media/platform/imx-jpeg/mxc-jpeg.c index 2d29558f1864..adb1715c75d7 100644 --- a/drivers/media/platform/imx-jpeg/mxc-jpeg.c +++ b/drivers/media/platform/imx-jpeg/mxc-jpeg.c @@ -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; } |