Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2db726b authored by Martin Peres's avatar Martin Peres Committed by Daniel Vetter
Browse files

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: default avatarMartin Peres <martin.peres@free.fr>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent a0a0bde3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 *