Re: [PATCH 1/2] drm/doc: fix kerneldoc syntax

2019-03-19 Thread Luca Ceresoli
On 14/03/19 11:41, Daniel Vetter wrote: > On Wed, Mar 13, 2019 at 04:35:36PM +0100, Luca Ceresoli wrote: >> The probe() reference renders incorrectly and without a link, fix it. >> >> Also fix a typo reported by checkpatch in the context lines. >> >> Signed-off-by: Luca Ceresoli >> --- >> drivers

Re: [PATCH 1/2] drm/doc: fix kerneldoc syntax

2019-03-14 Thread Daniel Vetter
On Wed, Mar 13, 2019 at 04:35:36PM +0100, Luca Ceresoli wrote: > The probe() reference renders incorrectly and without a link, fix it. > > Also fix a typo reported by checkpatch in the context lines. > > Signed-off-by: Luca Ceresoli > --- > drivers/gpu/drm/drm_drv.c | 14 +++--- > 1 fil

[PATCH 1/2] drm/doc: fix kerneldoc syntax

2019-03-13 Thread Luca Ceresoli
The probe() reference renders incorrectly and without a link, fix it. Also fix a typo reported by checkpatch in the context lines. Signed-off-by: Luca Ceresoli --- drivers/gpu/drm/drm_drv.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/drm_dr