aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/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/bd82x6x/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/bd82x6x/smihandler.c')
-rw-r--r--src/southbridge/intel/bd82x6x/smihandler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/southbridge/intel/bd82x6x/smihandler.c b/src/southbridge/intel/bd82x6x/smihandler.c
index 1b8810f368..45612d0d10 100644
--- a/src/southbridge/intel/bd82x6x/smihandler.c
+++ b/src/southbridge/intel/bd82x6x/smihandler.c
@@ -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;