Jiapeng Chong
2024-Dec-11 01:58 UTC
[PATCH -next] drm/nouveau/gsp/r535: Modify mismatched function name
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 at linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12292 Signed-off-by: Jiapeng Chong <jiapeng.chong at linux.alibaba.com> --- 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 * @gsp: gsp pointer * @name: name of this dentry * @blob: blob wrapper -- 2.32.0.3.g01195cf9f
Timur Tabi
2024-Dec-11 02:55 UTC
[PATCH -next] drm/nouveau/gsp/r535: Modify mismatched function name
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 at linux.alibaba.com> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12292 > Signed-off-by: Jiapeng Chong <jiapeng.chong at linux.alibaba.com> > --- > ?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 entryUgh, I thought I caught all of these. How embarrassing. Acked-by: Timur Tabi <ttabi at nvidia.com>
Maybe Matching Threads
- [PATCH] drm/nouveau: Remove the unused variable entry
- [PATCH 2/2] [v9] drm/nouveau: expose GSP-RM logging buffers via debugfs
- [PATCH 2/2] [v8] drm/nouveau: expose GSP-RM logging buffers via debugfs
- [PATCH 1/2] [v2] drm/nouveau: retain device pointer in nvkm_gsp_mem object
- [PATCH 2/2] [v8] drm/nouveau: expose GSP-RM logging buffers via debugfs