drm/rockchip: Fix spelling mistake "aligened" -> "aligned"
There is a spelling mistake in a drm_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20220505111044.374174-1-colin.i.king@gmail.com
This commit is contained in:
parent
813bb91da1
commit
f0eaf60c67
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue