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 de

Re: [PATCH v2] Fix duplicate C declaration warnings

2024-03-25 Thread Amogh
On Sat, 2024-03-23 at 20:43 +, Matthew Wilcox wrote: > On Sat, Mar 23, 2024 at 10:01:47PM +0530, Amogh Cheluvaraj wrote: > > Fix duplicate C declaration warnings at > > Documentation/gpu/drm-kms.rst that was found by > > compiling htmldocs > > I'm sure this rem

[PATCH] Fix duplicate C declaration warnings

2024-03-21 Thread Amogh Cheluvaraj
Fix the duplicate C declaration warnings found on Documentation/gpu/drm-kms.rst that was found by compiling htmldocs Signed-off-by: Amogh Cheluvaraj --- Documentation/gpu/drm-kms.rst | 6 -- 1 file changed, 6 deletions(-) diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm

[PATCH] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
Fix duplicate C declaration warnings at Documentation/gpu/drm-kms.rst that was found by compiling htmldocs /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 at gpu/drm-kms:39

[PATCH v2] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
Fix duplicate C declaration warnings at Documentation/gpu/drm-kms.rst that was found by compiling htmldocs /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 at gpu/drm-kms:39