[PATCH v2] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
7;.. c:function:: int drm_modeset_lock (struct drm_modeset_lock *lock, struct drm_modeset_acquire_ctx *ctx)'. Signed-off-by: Amogh Cheluvaraj --- changes in v2 - add warnings found after compilation - fix grammar in commit description --- Documentation/gpu/drm-kms.rst | 6 -- 1 file

[PATCH] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
7;.. c:function:: int drm_modeset_lock (struct drm_modeset_lock *lock, struct drm_modeset_acquire_ctx *ctx)'. Signed-off-by: Amogh Cheluvaraj --- changes in v2 - add warnings found after compilation - fix grammar in commit description --- Documentation/gpu/drm-kms.rst | 6 -- 1 file

[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