[PATCH] drm/amdgpu: fix mismatch warning between the prototype and function name

Christian König christian.koenig at amd.com
Thu Dec 16 08:19:05 UTC 2021


Am 16.12.21 um 05:39 schrieb Huang Rui:
> Fix the typo to align with the prototype and function name.
>
> All warnings (new ones prefixed by >>):
>
>>> drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:631: warning: expecting
> prototype for amdgpu_fence_clear_job_fences(). Prototype was for
> amdgpu_fence_driver_clear_job_fences() instead
>
> Reported-by: kernel test robot <lkp at intel.com>
> Signed-off-by: Huang Rui <ray.huang at amd.com>

Reviewed-by: Christian König <christian.koenig at 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 db41d16838b9..9afd11ca2709 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
> @@ -622,7 +622,7 @@ void amdgpu_fence_driver_hw_init(struct amdgpu_device *adev)
>   }
>   
>   /**
> - * amdgpu_fence_clear_job_fences - clear job embedded fences of ring
> + * amdgpu_fence_driver_clear_job_fences - clear job embedded fences of ring
>    *
>    * @ring: fence of the ring to be cleared
>    *



More information about the dri-devel mailing list