Re: [PATCH -next] drm/nouveau/gsp/r535: Modify mismatched function name

From: Timur Tabi
Date: Tue Dec 10 2024 - 21:55:19 EST


On Wed, 2024-12-11 at 09:58 +0800, Jiapeng Chong wrote:
> No functional modification involved.
>
> drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c:2174: warning: expecting
> prototype for create_debufgs(). Prototype was for create_debugfs() instead.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12292
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> b/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> index 58502102926b..93a7528a1193 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> @@ -2162,7 +2162,7 @@ r535_gsp_msg_libos_print(void *priv, u32 fn, void
> *repv, u32 repc)
>  }
>  
>  /**
> - * create_debufgs - create a blob debugfs entry
> + * create_debugfs - create a blob debugfs entry

Ugh, I thought I caught all of these. How embarrassing.

Acked-by: Timur Tabi <ttabi@xxxxxxxxxx>