Re: [PATCH] drm: fix parameters documentation style

2020-01-15 Thread Randy Dunlap
Hi, This all looks good except one item: (see below) On 1/14/20 6:20 AM, Benjamin Gaignard wrote: > Remove old documentation style and use new one to avoid warnings when > compiling with W=1 > > Signed-off-by: Benjamin Gaignard > --- > drivers/gpu/drm/drm_dma.c | 21 +++-- > 1

[PATCH] drm: fix parameters documentation style

2020-01-15 Thread Benjamin Gaignard
Remove old documentation style and use new one to avoid warnings when compiling with W=1 Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/drm_dma.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/drm_dma.c b/drivers/gpu/drm/drm_dma.