Re: [PATCH 2/2] drm/omap: Fix kernel docs

2022-12-16 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Fri, Sep 16, 2022 at 11:22:06AM +0300, Tomi Valkeinen wrote: > Fix doc related warnings seen with W=1: the function names have changed > but the docs have not been changed accordingly. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart > ---

[PATCH 2/2] drm/omap: Fix kernel docs

2022-09-16 Thread Tomi Valkeinen
Fix doc related warnings seen with W=1: the function names have changed but the docs have not been changed accordingly. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_gem.c | 2 +- drivers/gpu/drm/omapdrm/omap_irq.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff