All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Nirmoy Das <nirmoy.das@amd.com>
Cc: Christian Koenig <Christian.Koenig@amd.com>,
	amd-gfx list <amd-gfx@lists.freedesktop.org>,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH 1/1] drm/amdgpu: mark local function as static
Date: Tue, 16 Feb 2021 09:41:12 -0500	[thread overview]
Message-ID: <CADnq5_M0FNdMVEVq9X8uhoF5EbsmEQLwk=GM5ieaP10xHcuTMg@mail.gmail.com> (raw)
In-Reply-To: <20210216143946.38861-1-nirmoy.das@amd.com>

On Tue, Feb 16, 2021 at 9:40 AM Nirmoy Das <nirmoy.das@amd.com> wrote:
>
> Mark amdgpu_ras_debugfs_create_ctrl_node() as static.
>
> Fixes: 0ec7b4385 ("drm/amdgpu: do not keep debugfs dentry")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> index b504914519ce..93699ea4860c 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> @@ -1137,7 +1137,7 @@ static int amdgpu_ras_sysfs_remove_all(struct amdgpu_device *adev)
>   *
>   */
>  /* debugfs begin */
> -struct dentry *amdgpu_ras_debugfs_create_ctrl_node(struct amdgpu_device *adev)
> +static struct dentry *amdgpu_ras_debugfs_create_ctrl_node(struct amdgpu_device *adev)
>  {
>         struct amdgpu_ras *con = amdgpu_ras_get_context(adev);
>         struct dentry *dir;
> --
> 2.30.0
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

      reply	other threads:[~2021-02-16 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 14:39 [PATCH 1/1] drm/amdgpu: mark local function as static Nirmoy Das
2021-02-16 14:41 ` Alex Deucher [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='CADnq5_M0FNdMVEVq9X8uhoF5EbsmEQLwk=GM5ieaP10xHcuTMg@mail.gmail.com' \
    --to=alexdeucher@gmail.com \
    --cc=Christian.Koenig@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=lkp@intel.com \
    --cc=nirmoy.das@amd.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.