Commit 5ea175ae authored by Yujie Liu's avatar Yujie Liu Committed by Alex Deucher
Browse files

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: 4f379370 ("drm/amd/pm: Add smu message control block")
Signed-off-by: default avatarYujie Liu <yujie.liu@intel.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 74c2689e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *