Commit d74380ba authored by Colin Ian King's avatar Colin Ian King Committed by Thomas Hellstrom

drm/selftest: fix spelling mistake "dimention" -> "dimension"

There is a spelling mistake in a pr_err message, fix this.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
parent 9a01135b
......@@ -53,7 +53,7 @@ static bool check_damage_clip(struct drm_plane_state *state, struct drm_rect *r,
int src_y2 = (state->src.y2 >> 16) + !!(state->src.y2 & 0xFFFF);
if (x1 >= x2 || y1 >= y2) {
pr_err("Cannot have damage clip with no dimention.\n");
pr_err("Cannot have damage clip with no dimension.\n");
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