aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-03-23 10:21:41 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-04-06 10:29:28 +0200
commit033fc896617a5ba8277e62ffae0d79e016fa3359 (patch)
tree551b247dae0e58476e926ce3c7c53b8eb2a3317e /drivers/media
parentmedia: exynos4-is: fix kernel-doc warnings (diff)
downloadlinux-dev-033fc896617a5ba8277e62ffae0d79e016fa3359.tar.xz
linux-dev-033fc896617a5ba8277e62ffae0d79e016fa3359.zip
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>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/imx-jpeg/mxc-jpeg.c2
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;
}