mirror of https://github.com/thesofproject/sof.git
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:
parent
fb834b68c1
commit
ffbc717c30
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue