summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/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/lynxpoint/smihandler.c
parent24e2e951b91dd2e177f2ff133362e0cc0cf6b505 (diff)
downloadcoreboot-182e551f2d3556ca679237d914ba33bda2de1cbe.tar.gz
coreboot-182e551f2d3556ca679237d914ba33bda2de1cbe.tar.bz2
coreboot-182e551f2d3556ca679237d914ba33bda2de1cbe.zip
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/lynxpoint/smihandler.c')
-rw-r--r--src/southbridge/intel/lynxpoint/smihandler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/lynxpoint/smihandler.c b/src/southbridge/intel/lynxpoint/smihandler.c
index 627c64fc7b95..bb13c98530e6 100644
--- a/src/southbridge/intel/lynxpoint/smihandler.c
+++ b/src/southbridge/intel/lynxpoint/smihandler.c
@@ -517,10 +517,7 @@ static smi_handler_t southbridge_smi[32] = {
/**
* @brief Interrupt handler for SMI#
- *
- * @param smm_revision revision of the smm state save map
*/
-
void southbridge_smi_handler(void)
{
int i;