Re: [Intel-gfx] [PATCH] drm/atomic-helper: properly annotate functions in kerneldoc

2015-08-29 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 7253 -Summary- Platform Delta drm-intel-nightly Series Applied ILK -1

Re: [Intel-gfx] [PATCH] drm/atomic-helper: properly annotate functions in kerneldoc

2015-08-25 Thread Daniel Vetter
On Tue, Aug 25, 2015 at 06:00:26PM +0300, Laurent Pinchart wrote: > Hi Daniel, > > Thank you for the patch. > > On Tuesday 25 August 2015 16:26:03 Daniel Vetter wrote: > > Without the () the markup and more important hyperlinking wont happen. > > > > Signed-off-by: Daniel Vetter > > --- > > dr

Re: [Intel-gfx] [PATCH] drm/atomic-helper: properly annotate functions in kerneldoc

2015-08-25 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Tuesday 25 August 2015 16:26:03 Daniel Vetter wrote: > Without the () the markup and more important hyperlinking wont happen. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_atomic_helper.c | 12 ++-- > 1 file changed, 6 insertions(+)

[Intel-gfx] [PATCH] drm/atomic-helper: properly annotate functions in kerneldoc

2015-08-25 Thread Daniel Vetter
Without the () the markup and more important hyperlinking wont happen. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_atomic_helper.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c