The function mmu_get_page_table_base_index() accepts only one argument
mmu_ID_t, the block comment for it shows an erroneous additional
argument base_index[in]. Similarly, mmu_reg_load() only accepts two
arguments, however the block comment explaining it shows an erroneous
argument 'value[in]'.
Remove incorrect documentation lines.
Signed-off-by: Mahad Ibrahim <mahad.ibrahim.dev@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
*! Get the page table base index of MMU[ID]
*
*\param ID[in] MMU identifier
- *\param base_index[in] page table base index
*
*\return MMU[ID].page_table_base_index
*/
*
*\param ID[in] MMU identifier
*\param reg[in] register index
- *\param value[in] The data to be written
*
*\return MMU[ID].ctrl[reg]
*/