提交 f0eaf60c 编写于 作者: C Colin Ian King 提交者: Heiko Stuebner

drm/rockchip: Fix spelling mistake "aligened" -> "aligned"

There is a spelling mistake in a drm_err message. Fix it.
Signed-off-by: NColin Ian King <colin.i.king@gmail.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220505111044.374174-1-colin.i.king@gmail.com
上级 813bb91d
...@@ -1202,7 +1202,7 @@ static void vop2_plane_atomic_update(struct drm_plane *plane, ...@@ -1202,7 +1202,7 @@ static void vop2_plane_atomic_update(struct drm_plane *plane,
*/ */
stride = (fb->pitches[0] << 3) / bpp; stride = (fb->pitches[0] << 3) / bpp;
if ((stride & 0x3f) && (xmirror || rotate_90 || rotate_270)) 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); vp->id, win->data->name, stride);
rb_swap = vop2_afbc_rb_swap(fb->format->format); rb_swap = vop2_afbc_rb_swap(fb->format->format);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册