[PATCH] drm/omap: fix spelling mistake "propert" -> "property"
Tomi Valkeinen
tomi.valkeinen at ti.com
Wed Aug 5 11:45:31 UTC 2020
On 05/08/2020 13:20, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king at 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
More information about the dri-devel
mailing list