Re: [PATCH] Fix duplicate C declaration warnings

2024-03-22 Thread Amogh
On Thu, 2024-03-21 at 17:37 +0200, Jani Nikula wrote: > Please paste the warnings here. > > BR, > Jani. > Here are the warnings I got: /home/amogh/Linux_Kernel_Workspace/linux-next/Documentation/gpu/drm- kms:360: ./drivers/gpu/drm/drm_fourcc.c:344: WARNING: Duplicate C declaration, also defined

Re: [PATCH] Fix duplicate C declaration warnings

2024-03-21 Thread Jani Nikula
On Thu, 21 Mar 2024, Amogh Cheluvaraj wrote: > Fix the duplicate C declaration warnings found on > Documentation/gpu/drm-kms.rst that was found by > compiling htmldocs Please paste the warnings here. BR, Jani. > > Signed-off-by: Amogh Cheluvaraj > --- > Documentation/gpu/drm-kms.rst | 6