]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amd/display: Fix spelling mistake "recompte" -> "recompute"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 28 Aug 2024 09:32:50 +0000 (10:32 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Sep 2024 21:38:27 +0000 (17:38 -0400)
There is a spelling mistake in a DRM_DEBUG_DRIVER message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c

index 6b5eed37532b9773b3a293abb9239701a1f7fd2c..c0c61c03984c5e77698a270e1497aed7fac54d33 100644 (file)
@@ -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;