Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Mauro Carvalho Chehab
033fc896 37157ffb

+1 -1
+1 -1
drivers/media/platform/imx-jpeg/mxc-jpeg.c
··· 947 947 goto end; 948 948 } 949 949 if (!mxc_jpeg_alloc_slot_data(jpeg, ctx->slot)) { 950 - dev_err(dev, "Canot allocate slot data\n"); 950 + dev_err(dev, "Cannot allocate slot data\n"); 951 951 goto end; 952 952 } 953 953