Skip to content

Commit e2db726

Browse files
mupufdanvet
authored andcommitted
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>
1 parent a0a0bde commit e2db726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_crtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3444,7 +3444,7 @@ void drm_fb_release(struct drm_file *priv)
34443444

34453445
/*
34463446
* 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
34483448
* avoid upsetting lockdep since the universal cursor code adds a
34493449
* framebuffer while holding mutex locks.
34503450
*

0 commit comments

Comments
 (0)