]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Fix kdoc style in amdgpu_fence.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Mon, 21 Jul 2025 13:34:34 +0000 (19:04 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Aug 2025 18:27:28 +0000 (14:27 -0400)
commit70e33073d941b4fc1e773769bd7d72220c14d41d
tree17a0a6707d3039fba5829d7fb21c585a4a10eb3d
parenta578f2a58c3ab38f0643b1b6e7534af860233cb1
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 <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c