ipc4: base_fw_platform: fix typo in doxygen

Fix spelling in platform_basefw_hw_config() documentation.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-04-18 12:36:50 +03:00 committed by Kai Vehmanen
parent 5e91cf9688
commit 4d0a9f5299
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* \brief Platform specific routine to add data tuples to HW_CONFIG * \brief Platform specific routine to add data tuples to HW_CONFIG
* structure sent to host via IPC. * structure sent to host via IPC.
* \param[out] data_offset data offset after tuples added * \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. * \return 0 if successful, error code otherwise.
*/ */
int platform_basefw_hw_config(uint32_t *data_offset, char *data); int platform_basefw_hw_config(uint32_t *data_offset, char *data);