Skip to content

Commit e5ffdd8

Browse files
ColinIanKingrodrigovivi
authored andcommitted
drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed"
There is a spelling mistake in a drm_WARN message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241002074903.833232-1-colin.i.king@gmail.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 8231ac7 commit e5ffdd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/display/intel_display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3814,7 +3814,7 @@ static void enabled_joiner_pipes(struct drm_i915_private *dev_priv,
38143814
secondary_ultrajoiner_pipes);
38153815

38163816
drm_WARN(display->drm, (uncompressed_joiner_pipes & bigjoiner_pipes) != 0,
3817-
"Uncomressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n",
3817+
"Uncompressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n",
38183818
uncompressed_joiner_pipes, bigjoiner_pipes);
38193819

38203820
drm_WARN(display->drm, secondary_bigjoiner_pipes !=

0 commit comments

Comments
 (0)