style: make delcaration match implementations

minor style violation, these should match exactly

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
This commit is contained in:
Curtis Malainey 2021-09-21 16:55:00 -07:00 committed by Liam Girdwood
parent fb834b68c1
commit ffbc717c30
1 changed files with 2 additions and 2 deletions

View File

@ -185,9 +185,9 @@ ipc_cmd_hdr *mailbox_validate(void);
* any optional payload) is deserialized from the IPC HW by the platform
* specific method.
*
* @param hdr Points to the IPC command header.
* @param _hdr Points to the IPC command header.
*/
void ipc_cmd(ipc_cmd_hdr *hdr);
void ipc_cmd(ipc_cmd_hdr *_hdr);
/**
* \brief IPC message to be processed on other core.