drm/msm: Fix typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 12 Apr 2020 14:35:09 +0000 (16:35 +0200)
committerRob Clark <robdclark@chromium.org>
Mon, 18 May 2020 16:26:32 +0000 (09:26 -0700)
Duplicated 'we'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Abhinav Kumar <abhinavk@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c

index 998bef1190a3cd0db2477cc0fb3647975c139cb4..b5fed67c4651f4d9953ae3eb3149816e5a5b360e 100644 (file)
@@ -959,7 +959,7 @@ static int mdp5_crtc_cursor_set(struct drm_crtc *crtc,
        if (!ctl)
                return -EINVAL;
 
-       /* don't support LM cursors when we we have source split enabled */
+       /* don't support LM cursors when we have source split enabled */
        if (mdp5_cstate->pipeline.r_mixer)
                return -EINVAL;
 
@@ -1030,7 +1030,7 @@ static int mdp5_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
                return -EINVAL;
        }
 
-       /* don't support LM cursors when we we have source split enabled */
+       /* don't support LM cursors when we have source split enabled */
        if (mdp5_cstate->pipeline.r_mixer)
                return -EINVAL;