diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-29 22:29:08 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-01-04 20:06:57 +0100 |
commit | 182e551f2d3556ca679237d914ba33bda2de1cbe (patch) | |
tree | 3cd58b266d615483b3c626c0934e7e33975f6aa3 /src/southbridge/intel/i82801dx | |
parent | 24e2e951b91dd2e177f2ff133362e0cc0cf6b505 (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/i82801dx')
-rw-r--r-- | src/southbridge/intel/i82801dx/smihandler.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/southbridge/intel/i82801dx/smihandler.c b/src/southbridge/intel/i82801dx/smihandler.c index 9b0c235d97..e5a32820f0 100644 --- a/src/southbridge/intel/i82801dx/smihandler.c +++ b/src/southbridge/intel/i82801dx/smihandler.c @@ -610,10 +610,9 @@ 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; |