Commit 6472e4e2 authored by Colin Ian King's avatar Colin Ian King Committed by Daniel Vetter

drm/rockchip: fix spelling mistake "modifer" -> "modifier"

There is a spelling mistake in a DRM_DEBUG_KMS debug message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200415083420.366279-1-colin.king@canonical.com
parent 74aae1c4
......@@ -769,7 +769,7 @@ static bool rockchip_mod_supported(struct drm_plane *plane,
return true;
if (!rockchip_afbc(modifier)) {
DRM_DEBUG_KMS("Unsupported format modifer 0x%llx\n", modifier);
DRM_DEBUG_KMS("Unsupported format modifier 0x%llx\n", modifier);
return false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment