aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/mohonpeak
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2015-01-04 16:54:35 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-06 06:32:37 +0100
commit32bc6b6b8425e800d18f4fb8a34aa5badb1cd329 (patch)
treeb2860245cb4b3134018df15ab02aa74a413e2d07 /src/mainboard/intel/mohonpeak
parent0b2c4ece7d909fae41c4fc1821a48dd2758093d0 (diff)
doxygen fixes: fix parameter names to match the functions
The doxygen parameter names in the comments no longer matched the functions they were attached to. Doxygen complains about extra parameter comments and uncommented parameters in the functions. Change-Id: I21b8a951f8d8d04b07c3779000eeaf1e69fed463 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/8101 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/intel/mohonpeak')
-rw-r--r--src/mainboard/intel/mohonpeak/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/mohonpeak/romstage.c b/src/mainboard/intel/mohonpeak/romstage.c
index b1fb99502f..ba5091ab51 100644
--- a/src/mainboard/intel/mohonpeak/romstage.c
+++ b/src/mainboard/intel/mohonpeak/romstage.c
@@ -72,7 +72,7 @@ void late_mainboard_romstage_entry(void)
/**
* Get function disables - most of these will be done automatically
- * @param fd_mask
+ * @param mask pointer to the function-disable bitfield
*/
void get_func_disables(uint32_t *mask)
{