[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5595180.aeNJFYEL58@phil>
Date: Sat, 14 May 2022 12:38:42 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: Sandy Huang <hjc@...k-chips.com>, David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
dri-devel@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org,
Colin Ian King <colin.i.king@...il.com>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned"
Hi,
Am Freitag, 13. Mai 2022, 15:53:41 CEST schrieb Colin Ian King:
> There is a spelling mistake in a drm_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
didn't you sent the same patch some days ago already?
Which is applied to drm-misc-next in [0].
Just want to make sure I didn't miss anything.
Thanks
Heiko
[0] https://cgit.freedesktop.org/drm/drm-misc/commit/?id=f0eaf60c67738da8aae786bda74a2fffeca6d7cc
> ---
> drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
> index 0b49fed16535..04e8e22a8640 100644
> --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
> +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
> @@ -1202,7 +1202,7 @@ static void vop2_plane_atomic_update(struct drm_plane *plane,
> */
> stride = (fb->pitches[0] << 3) / bpp;
> if ((stride & 0x3f) && (xmirror || rotate_90 || rotate_270))
> - drm_err(vop2->drm, "vp%d %s stride[%d] not 64 pixel aligened\n",
> + drm_err(vop2->drm, "vp%d %s stride[%d] not 64 pixel aligned\n",
> vp->id, win->data->name, stride);
>
> rb_swap = vop2_afbc_rb_swap(fb->format->format);
>
Powered by blists - more mailing lists