All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
@ 2021-03-23  9:21 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2021-03-23  9:21 UTC (permalink / raw)
  To: Mirela Rabulea, Mauro Carvalho Chehab, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, linux-media,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH][next] media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
@ 2021-03-23  9:21 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2021-03-23  9:21 UTC (permalink / raw)
  To: Mirela Rabulea, Mauro Carvalho Chehab, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, linux-media,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [EXT] [PATCH][next] media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
  2021-03-23  9:21 ` Colin King
@ 2021-03-27 14:29   ` Mirela Rabulea
  -1 siblings, 0 replies; 4+ messages in thread
From: Mirela Rabulea @ 2021-03-27 14:29 UTC (permalink / raw)
  To: colin.king, linux-media, festevam, mchehab, shawnguo,
	linux-arm-kernel, kernel, s.hauer
  Cc: linux-kernel, kernel-janitors

Hi,

On Tue, 2021-03-23 at 09:21 +0000, Colin King wrote:
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
>         }
> 
> --
> 2.30.2
> 

This could be squashed into your other patch (Pass the v4l2_jpeg_header
header argument by reference), since it's just a typo.
Either way,
Reviewed-by: Mirela Rabulea <mirela.rabulea@nxp.com>

Regards,
Mirela

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXT] [PATCH][next] media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
@ 2021-03-27 14:29   ` Mirela Rabulea
  0 siblings, 0 replies; 4+ messages in thread
From: Mirela Rabulea @ 2021-03-27 14:29 UTC (permalink / raw)
  To: colin.king, linux-media, festevam, mchehab, shawnguo,
	linux-arm-kernel, kernel, s.hauer
  Cc: linux-kernel, kernel-janitors

Hi,

On Tue, 2021-03-23 at 09:21 +0000, Colin King wrote:
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
>         }
> 
> --
> 2.30.2
> 

This could be squashed into your other patch (Pass the v4l2_jpeg_header
header argument by reference), since it's just a typo.
Either way,
Reviewed-by: Mirela Rabulea <mirela.rabulea@nxp.com>

Regards,
Mirela
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-27 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  9:21 [PATCH][next] media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot" Colin King
2021-03-23  9:21 ` Colin King
2021-03-27 14:29 ` [EXT] " Mirela Rabulea
2021-03-27 14:29   ` Mirela Rabulea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.