[PATCH 3/7] drm/doc: Add GEM/CMA helpers to kerneldoc

2014-11-05 Thread Thierry Reding
On Wed, Nov 05, 2014 at 04:04:55PM +0100, Daniel Vetter wrote: > On Wed, Nov 05, 2014 at 04:01:26PM +0100, Thierry Reding wrote: > > On Wed, Nov 05, 2014 at 03:34:40PM +0100, Daniel Vetter wrote: > > > On Wed, Nov 05, 2014 at 02:25:15PM +0100, Thierry Reding wrote: > > > > + * Return: A struct drm_

[PATCH 3/7] drm/doc: Add GEM/CMA helpers to kerneldoc

2014-11-05 Thread Daniel Vetter
On Wed, Nov 05, 2014 at 04:01:26PM +0100, Thierry Reding wrote: > On Wed, Nov 05, 2014 at 03:34:40PM +0100, Daniel Vetter wrote: > > On Wed, Nov 05, 2014 at 02:25:15PM +0100, Thierry Reding wrote: > > > + * Return: A struct drm_gem_cma_object * on success or an > > > ERR_PTR()-encoded > > > > Sam

[PATCH 3/7] drm/doc: Add GEM/CMA helpers to kerneldoc

2014-11-05 Thread Thierry Reding
On Wed, Nov 05, 2014 at 03:34:40PM +0100, Daniel Vetter wrote: > On Wed, Nov 05, 2014 at 02:25:15PM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > Most of the functions already have the beginnings of kerneldoc comments > > but are using the wrong opening marker. Use the correct ope

[PATCH 3/7] drm/doc: Add GEM/CMA helpers to kerneldoc

2014-11-05 Thread Daniel Vetter
On Wed, Nov 05, 2014 at 02:25:15PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Most of the functions already have the beginnings of kerneldoc comments > but are using the wrong opening marker. Use the correct opening marker > and flesh out the comments so that they can be integrated w

[PATCH 3/7] drm/doc: Add GEM/CMA helpers to kerneldoc

2014-11-05 Thread Thierry Reding
From: Thierry Reding Most of the functions already have the beginnings of kerneldoc comments but are using the wrong opening marker. Use the correct opening marker and flesh out the comments so that they can be integrated with the DRM DocBook document. Signed-off-by: Thierry Reding --- Documen