]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit5ea175ae5606a7f9761597e37f529ed9817c1863
tree6f48ca067314a258f90341dce1d204640ccaf119
parent74c2689eea7d18169095854edf7e7b0cf77b039d
drm/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg()

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