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>
This commit is contained in:
Martin Roth 2014-12-29 22:29:08 -07:00 committed by Martin Roth
parent 24e2e951b9
commit 182e551f2d
9 changed files with 16 additions and 20 deletions

View File

@ -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;

View File

@ -754,7 +754,8 @@ 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)

View File

@ -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;

View File

@ -610,8 +610,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
*/
void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save)

View File

@ -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)
{

View File

@ -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;

View File

@ -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;

View File

@ -267,10 +267,9 @@ void southbridge_smi_set_eos(void)
/**
* @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)
{
// FIXME: the necessary magic isn't available yet. the code

View File

@ -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)