All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 10:20 ` Colin King
  0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2020-08-05 10:20 UTC (permalink / raw
  To: Tomi Valkeinen, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel

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

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/omapdrm/dss/venc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c b/drivers/gpu/drm/omapdrm/dss/venc.c
index e0817934ee16..0fa8f677b647 100644
--- a/drivers/gpu/drm/omapdrm/dss/venc.c
+++ b/drivers/gpu/drm/omapdrm/dss/venc.c
@@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
 		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
 		break;
 	default:
-		dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
+		dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
 			channels);
 		r = -EINVAL;
 		goto err;
-- 
2.27.0


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

* [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 10:20 ` Colin King
  0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2020-08-05 10:20 UTC (permalink / raw
  To: Tomi Valkeinen, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel

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

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/omapdrm/dss/venc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c b/drivers/gpu/drm/omapdrm/dss/venc.c
index e0817934ee16..0fa8f677b647 100644
--- a/drivers/gpu/drm/omapdrm/dss/venc.c
+++ b/drivers/gpu/drm/omapdrm/dss/venc.c
@@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
 		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
 		break;
 	default:
-		dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
+		dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
 			channels);
 		r = -EINVAL;
 		goto err;
-- 
2.27.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 10:20 ` Colin King
  0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2020-08-05 10:20 UTC (permalink / raw
  To: Tomi Valkeinen, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel

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

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/omapdrm/dss/venc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c b/drivers/gpu/drm/omapdrm/dss/venc.c
index e0817934ee16..0fa8f677b647 100644
--- a/drivers/gpu/drm/omapdrm/dss/venc.c
+++ b/drivers/gpu/drm/omapdrm/dss/venc.c
@@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
 		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
 		break;
 	default:
-		dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
+		dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
 			channels);
 		r = -EINVAL;
 		goto err;
-- 
2.27.0

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

* Re: [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 11:45   ` Tomi Valkeinen
  0 siblings, 0 replies; 7+ messages in thread
From: Tomi Valkeinen @ 2020-08-05 11:45 UTC (permalink / raw
  To: Colin King, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel



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

* Re: [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 11:45   ` Tomi Valkeinen
  0 siblings, 0 replies; 7+ messages in thread
From: Tomi Valkeinen @ 2020-08-05 11:45 UTC (permalink / raw
  To: Colin King, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel

On 05/08/2020 13:20, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/omapdrm/dss/venc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c b/drivers/gpu/drm/omapdrm/dss/venc.c
> index e0817934ee16..0fa8f677b647 100644
> --- a/drivers/gpu/drm/omapdrm/dss/venc.c
> +++ b/drivers/gpu/drm/omapdrm/dss/venc.c
> @@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
>  		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
>  		break;
>  	default:
> -		dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
> +		dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
>  			channels);
>  		r = -EINVAL;
>  		goto err;
> 

Thanks, I'll pick this up.

 Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 11:45   ` Tomi Valkeinen
  0 siblings, 0 replies; 7+ messages in thread
From: Tomi Valkeinen @ 2020-08-05 11:45 UTC (permalink / raw
  To: Colin King, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel

On 05/08/2020 13:20, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/omapdrm/dss/venc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c b/drivers/gpu/drm/omapdrm/dss/venc.c
> index e0817934ee16..0fa8f677b647 100644
> --- a/drivers/gpu/drm/omapdrm/dss/venc.c
> +++ b/drivers/gpu/drm/omapdrm/dss/venc.c
> @@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
>  		venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
>  		break;
>  	default:
> -		dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
> +		dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
>  			channels);
>  		r = -EINVAL;
>  		goto err;
> 

Thanks, I'll pick this up.

 Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/omap: fix spelling mistake "propert" -> "property"
@ 2020-08-05 11:45   ` Tomi Valkeinen
  0 siblings, 0 replies; 7+ messages in thread
From: Tomi Valkeinen @ 2020-08-05 11:45 UTC (permalink / raw
  To: Colin King, David Airlie, Daniel Vetter, Laurent Pinchart,
	Sebastian Reichel, dri-devel
  Cc: kernel-janitors, linux-kernel



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

end of thread, other threads:[~2020-08-06  1:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-05 10:20 [PATCH] drm/omap: fix spelling mistake "propert" -> "property" Colin King
2020-08-05 10:20 ` Colin King
2020-08-05 10:20 ` Colin King
2020-08-05 11:45 ` Tomi Valkeinen
2020-08-05 11:45   ` Tomi Valkeinen
2020-08-05 11:45   ` Tomi Valkeinen
2020-08-05 11:45   ` Tomi Valkeinen

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.