[PATCH] drm: Fix typo in drm_event_reserve_init() kerneldoc

2016-12-15 Thread Daniel Vetter
On Thu, Dec 15, 2016 at 12:36:02PM +0100, Thierry Reding wrote: > From: Thierry Reding > > drm_event_reserve_init_locked() is the correct function to call when > already holding the dev->event_lock lock. > > Signed-off-by: Thierry Reding Pushed to drm-misc-next, thanks. -Daniel > --- >

[PATCH] drm: Fix typo in drm_event_reserve_init() kerneldoc

2016-12-15 Thread Thierry Reding
From: Thierry Reding drm_event_reserve_init_locked() is the correct function to call when already holding the dev->event_lock lock. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git