Commit 7b17e8f3 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amd/display: Fix spelling mistake "recompte" -> "recompute"



There is a spelling mistake in a DRM_DEBUG_DRIVER message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4e9fadac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1325,7 +1325,7 @@ static bool is_dsc_need_re_compute(
		if (new_crtc_state->enable && new_crtc_state->active) {
			if (new_crtc_state->mode_changed || new_crtc_state->active_changed ||
					new_crtc_state->connectors_changed) {
				DRM_DEBUG_DRIVER("%s:%d MST_DSC dsc recompte required."
				DRM_DEBUG_DRIVER("%s:%d MST_DSC dsc recompute required."
						 "stream 0x%p in new dc_state\n",
						 __func__, __LINE__, stream);
				is_dsc_need_re_compute = true;