Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/msm: Fix typo

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>

authored by

Christophe JAILLET and committed by
Rob Clark
e4b397f6 20aebe83

+2 -2
+2 -2
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
··· 959 959 if (!ctl) 960 960 return -EINVAL; 961 961 962 - /* don't support LM cursors when we we have source split enabled */ 962 + /* don't support LM cursors when we have source split enabled */ 963 963 if (mdp5_cstate->pipeline.r_mixer) 964 964 return -EINVAL; 965 965 ··· 1030 1030 return -EINVAL; 1031 1031 } 1032 1032 1033 - /* don't support LM cursors when we we have source split enabled */ 1033 + /* don't support LM cursors when we have source split enabled */ 1034 1034 if (mdp5_cstate->pipeline.r_mixer) 1035 1035 return -EINVAL; 1036 1036