smihandler.c: Fix doxygen errors in southbridge_smi_handler

Correct the param to match the functions.

Change-Id: Id002c549a6ba6a7be4fa5eee396769eaa2510698
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/8074
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Martin Roth
2014-12-29 22:29:08 -07:00
committed by Martin Roth
parent 24e2e951b9
commit 182e551f2d
9 changed files with 16 additions and 20 deletions

View File

@@ -819,10 +819,9 @@ static smi_handler_t southbridge_smi[32] = {
/**
* @brief Interrupt handler for SMI#
*
* @param smm_revision revision of the smm state save map
* @param node
* @param state_save
*/
void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save)
{
int i, dump = 0;