mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 19:25:13 +00:00
drm/selftest: fix spelling mistake "dimention" -> "dimension"
There is a spelling mistake in a pr_err message, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
parent
9a01135b98
commit
d74380ba0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
int src_y2 = (state->src.y2 >> 16) + !!(state->src.y2 & 0xFFFF);
|
||||||
|
|
||||||
if (x1 >= x2 || y1 >= y2) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue