[PATCH] drm/doc: Fix links in drm_property.c

2016-11-23 Thread Daniel Vetter
One of the functions was missing () to make the autolinks work, unfortunately copy-pasted a few times all over. Cc: Manasi Navare Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_property.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) d

[PATCH] drm/doc: Fix links in drm_property.c

2016-11-23 Thread Sean Paul
On Wed, Nov 23, 2016 at 2:23 PM, Daniel Vetter wrote: > One of the functions was missing () to make the autolinks work, > unfortunately copy-pasted a few times all over. > > Cc: Manasi Navare Reviewed-by: Sean Paul > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_property.c | 42