From: Srinivasan Shanmugam Date: Mon, 21 Jul 2025 13:34:34 +0000 (+0530) Subject: drm/amdgpu: Fix kdoc style in amdgpu_fence.c X-Git-Tag: v6.18-rc1~134^2~19^2~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70e33073d941b4fc1e773769bd7d72220c14d41d;p=thirdparty%2Fkernel%2Fstable.git drm/amdgpu: Fix kdoc style in amdgpu_fence.c The initial comment block before amdgpu_fence_driver_guilty_force_completion() incorrectly used '/**' but is not a kernel-doc comment, causing build warnings. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:742: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Kernel queue reset handling Cc: Christian König Cc: Alex Deucher Signed-off-by: Srinivasan Shanmugam Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c index 9e7506965cab2..bcb74286a78a1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c @@ -738,7 +738,7 @@ void amdgpu_fence_driver_force_completion(struct amdgpu_ring *ring) } -/** +/* * Kernel queue reset handling * * The driver can reset individual queues for most engines, but those queues