On Thu, Jun 26, 2014 at 09:37:20PM +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > 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 <treding@xxxxxxxxxx> Applied to topic/core-stuff. -Daniel > --- > drivers/gpu/drm/drm_crtc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c > index 684ad81baa3c..cbeb23499552 100644 > --- a/drivers/gpu/drm/drm_crtc.c > +++ b/drivers/gpu/drm/drm_crtc.c > @@ -3329,7 +3329,7 @@ fail: > EXPORT_SYMBOL(drm_property_create); > > /** > - * drm_property_create - create a new enumeration property type > + * drm_property_create_enum - create a new enumeration property type > * @dev: drm device > * @flags: flags specifying the property type > * @name: name of the property > @@ -3375,7 +3375,7 @@ struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags, > EXPORT_SYMBOL(drm_property_create_enum); > > /** > - * drm_property_create - create a new bitmask property type > + * drm_property_create_bitmask - create a new bitmask property type > * @dev: drm device > * @flags: flags specifying the property type > * @name: name of the property > @@ -3437,7 +3437,7 @@ static struct drm_property *property_create_range(struct drm_device *dev, > } > > /** > - * drm_property_create - create a new ranged property type > + * drm_property_create_range - create a new ranged property type > * @dev: drm device > * @flags: flags specifying the property type > * @name: name of the property > -- > 2.0.0 > -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel