]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg()
authorYujie Liu <yujie.liu@intel.com>
Thu, 26 Feb 2026 03:00:37 +0000 (11:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:37:26 +0000 (16:37 -0500)
Warning: drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting prototype for smu_msg_proto_v1_send_msg(). Prototype was for smu_msg_v1_send_msg() instead

Fixes: 4f379370a49c ("drm/amd/pm: Add smu message control block")
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c

index 6fd50c2fd20e0b61218d240b221c3e808b85eb5d..c471c0e2cbd12c5c3bad0185236252e88d3fe1eb 100644 (file)
@@ -405,7 +405,7 @@ static int __smu_msg_v1_ras_filter(struct smu_msg_ctl *ctl,
 }
 
 /**
- * smu_msg_proto_v1_send_msg - Complete V1 protocol with all filtering
+ * smu_msg_v1_send_msg - Complete V1 protocol with all filtering
  * @ctl: Message control block
  * @args: Message arguments
  *