aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2014-12-09 01:24:04 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-12-09 04:08:44 -0500
commite2db726b560c963c6da49005d24d1310eeed22c5 (patch)
tree81a48072bcd27234f1e3b18408fd00328f16718f /drivers/gpu
parenta0a0bde32a4668656cdffac677032a101c170c6b (diff)
drm: fix a word repetition in a comment
Spotted while reviewing the DRM changes in Linux 3.18 for LinuxFR. CC: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Martin Peres <martin.peres@free.fr> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/drm_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
index de79283eaea7..3ce588200021 100644
--- a/drivers/gpu/drm/drm_crtc.c
+++ b/drivers/gpu/drm/drm_crtc.c
@@ -3444,7 +3444,7 @@ void drm_fb_release(struct drm_file *priv)
3444 3444
3445 /* 3445 /*
3446 * When the file gets released that means no one else can access the fb 3446 * When the file gets released that means no one else can access the fb
3447 * list any more, so no need to grab fpriv->fbs_lock. And we need to to 3447 * list any more, so no need to grab fpriv->fbs_lock. And we need to
3448 * avoid upsetting lockdep since the universal cursor code adds a 3448 * avoid upsetting lockdep since the universal cursor code adds a
3449 * framebuffer while holding mutex locks. 3449 * framebuffer while holding mutex locks.
3450 * 3450 *