media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
authorColin Ian King <colin.king@canonical.com>
Tue, 23 Mar 2021 09:21:41 +0000 (10:21 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 08:29:28 +0000 (10:29 +0200)
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>
drivers/media/platform/imx-jpeg/mxc-jpeg.c

index 2d29558..adb1715 100644 (file)
@@ -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;
        }