aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ix/smihandler.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-29 22:29:08 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-04 20:06:57 +0100
commit182e551f2d3556ca679237d914ba33bda2de1cbe (patch)
tree3cd58b266d615483b3c626c0934e7e33975f6aa3 /src/southbridge/intel/i82801ix/smihandler.c
parent24e2e951b91dd2e177f2ff133362e0cc0cf6b505 (diff)
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>
Diffstat (limited to 'src/southbridge/intel/i82801ix/smihandler.c')
-rw-r--r--src/southbridge/intel/i82801ix/smihandler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801ix/smihandler.c b/src/southbridge/intel/i82801ix/smihandler.c
index 6d176217d1..45a09df04e 100644
--- a/src/southbridge/intel/i82801ix/smihandler.c
+++ b/src/southbridge/intel/i82801ix/smihandler.c
@@ -493,7 +493,8 @@ static u32 southbrigde_smi_mask_events(u32 smi_sts)
/**
* @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)
{