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/via/vt8237r | |
parent | 24e2e951b91dd2e177f2ff133362e0cc0cf6b505 (diff) | |
download | coreboot-182e551f2d3556ca679237d914ba33bda2de1cbe.tar.xz |
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/via/vt8237r')
-rw-r--r-- | src/southbridge/via/vt8237r/smihandler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/smihandler.c b/src/southbridge/via/vt8237r/smihandler.c index 454636f8a2..17cc37a8d0 100644 --- a/src/southbridge/via/vt8237r/smihandler.c +++ b/src/southbridge/via/vt8237r/smihandler.c @@ -216,7 +216,8 @@ 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 revision of the smm state save map */ void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save) |