diff mbox series

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

Message ID 20220505111044.374174-1-colin.i.king@gmail.com (mailing list archive)
State New, archived
Headers show
Series [next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" | expand

Commit Message

Colin Ian King May 5, 2022, 11:10 a.m. UTC
There is a spelling mistake in a drm_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stuebner May 8, 2022, 3:01 p.m. UTC | #1
On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote:
> There is a spelling mistake in a drm_err message. Fix it.

Applied, thanks!

[1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned"
      commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc

Best regards,
diff mbox series

Patch

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);