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 <[email protected]> Reviewed-by: Ankit Nautiyal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 8231ac7 commit e5ffdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)