[PATCH] drm: Fix function names in kerneldoc

2014-07-08 Thread Daniel Vetter
On Thu, Jun 26, 2014 at 09:37:20PM +0200, Thierry Reding wrote: > From: Thierry Reding > > The drm_property_create_enum(), drm_property_create_bitmask() and > drm_property_create_range() contain the wrong name in the kerneldoc > comment. This is probably simply a copy/paste mistake. > > Signed-o

[PATCH] drm: Fix function names in kerneldoc

2014-06-26 Thread Thierry Reding
From: Thierry Reding The drm_property_create_enum(), drm_property_create_bitmask() and drm_property_create_range() contain the wrong name in the kerneldoc comment. This is probably simply a copy/paste mistake. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_crtc.c | 6 +++--- 1 file chan