On Mon, Jul 21, 2025 at 9:53 AM Srinivasan Shanmugam <srinivasan.shanmu...@amd.com> wrote: > > 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.koe...@amd.com> > Cc: Alex Deucher <alexander.deuc...@amd.com> > Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmu...@amd.com>
Reviewed-by: Alex Deucher <alexander.deuc...@amd.com> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c > index 3f2080aecd5a..2c84d36b5437 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 > -- > 2.34.1 >