drm: fix a word repetition in a comment
authorMartin Peres <martin.peres@free.fr>
Tue, 9 Dec 2014 06:24:04 +0000 (07:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Dec 2014 09:08:44 +0000 (10:08 +0100)
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>
drivers/gpu/drm/drm_crtc.c

index de79283..3ce5882 100644 (file)
@@ -3444,7 +3444,7 @@ void drm_fb_release(struct drm_file *priv)
 
        /*
         * When the file gets released that means no one else can access the fb
-        * list any more, so no need to grab fpriv->fbs_lock. And we need to to
+        * list any more, so no need to grab fpriv->fbs_lock. And we need to
         * avoid upsetting lockdep since the universal cursor code adds a
         * framebuffer while holding mutex locks.
         *