Skip to content

Commit

Permalink
ipc4: base_fw_platform: fix typo in doxygen
Browse files Browse the repository at this point in the history
Fix spelling in platform_basefw_hw_config() documentation.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Apr 18, 2024
1 parent 58f141c commit aab5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ipc4/base_fw_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* \brief Platform specific routine to add data tuples to HW_CONFIG
* structure sent to host via IPC.
* \param[out] data_offset data offset after tuples added
* \parma[in] data pointer where to add new entries
* \param[in] data pointer where to add new entries
* \return 0 if successful, error code otherwise.
*/
int platform_basefw_hw_config(uint32_t *data_offset, char *data);
Expand Down

0 comments on commit aab5e4e

Please sign in to comment.