From: "Christian König" <christian.koenig@amd.com>
To: Huang Rui <ray.huang@amd.com>,
dri-devel@lists.freedesktop.org,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Sumit Semwal <sumit.semwal@linaro.org>
Cc: amd-gfx@lists.freedesktop.org, linux-media@vger.kernel.org,
Alex Deucher <alexander.deucher@amd.com>,
Monk Liu <Monk.Liu@amd.com>,
Andrey Grodzovsky <andrey.grodzovsky@amd.com>,
kernel test robot <lkp@intel.com>
Subject: Re: [PATCH] drm/amdgpu: fix mismatch warning between the prototype and function name
Date: Thu, 16 Dec 2021 09:19:05 +0100 [thread overview]
Message-ID: <75a66c63-bbf8-41a3-3ba5-cfff4928b7cf@amd.com> (raw)
In-Reply-To: <20211216043937.138522-1-ray.huang@amd.com>
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@intel.com>
> Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Christian König <christian.koenig@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
> *
prev parent reply other threads:[~2021-12-16 8:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-16 4:39 [PATCH] drm/amdgpu: fix mismatch warning between the prototype and function name Huang Rui
2021-12-16 8:19 ` Christian König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=75a66c63-bbf8-41a3-3ba5-cfff4928b7cf@amd.com \
--to=christian.koenig@amd.com \
--cc=Monk.Liu@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=andrey.grodzovsky@amd.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-media@vger.kernel.org \
--cc=lkp@intel.com \
--cc=ray.huang@amd.com \
--cc=sumit.semwal@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox