[PATCH][next] drm/amd/display: Fix spelling mistake "recompte" -> "recompute"
Alex Deucher
alexdeucher at gmail.com
Mon Sep 2 17:41:29 UTC 2024
Applied. Thanks!
On Wed, Aug 28, 2024 at 5:43 AM Colin Ian King <colin.i.king at gmail.com> wrote:
>
> There is a spelling mistake in a DRM_DEBUG_DRIVER message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king at gmail.com>
> ---
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> index 0859a7173a06..669fd8fb6c24 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> @@ -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;
> --
> 2.39.2
>
More information about the dri-devel
mailing list