Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> On Tue, Feb 25, 2025 at 8:52 PM Srinivasan Shanmugam <srinivasan.shanmugam@xxxxxxx> wrote: > > Update parameter description in the vcn_v5_0_0_is_idle function > > Fixes the below with gcc W=1: > drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c:1231: warning: Function parameter or struct member 'ip_block' not described in 'vcn_v5_0_0_is_idle' > drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c:1231: warning: Excess function parameter 'handle' description in 'vcn_v5_0_0_is_idle' > > Cc: Christian König <christian.koenig@xxxxxxx> > Cc: Alex Deucher <alexander.deucher@xxxxxxx> > Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c > index e07b500235b5..d99d05f42f1d 100644 > --- a/drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c > @@ -1223,7 +1223,7 @@ static void vcn_v5_0_0_set_unified_ring_funcs(struct amdgpu_device *adev) > /** > * vcn_v5_0_0_is_idle - check VCN block is idle > * > - * @handle: amdgpu_device pointer > + * @ip_block: Pointer to the amdgpu_ip_block structure > * > * Check whether VCN block is idle > */ > -- > 2.34.1 >