aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/sitemp_g1p1/mainboard.c
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-01-06 21:09:57 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-09 06:05:19 +0100
commitc62ee70b6ef651288c4c4710319ee313b28fd520 (patch)
tree7c320594e43b828141b448ae9ce5bdb616d64e2e /src/mainboard/siemens/sitemp_g1p1/mainboard.c
parent2507820bd9f3c868e79b28f3b4e5ed199b3e62dd (diff)
src/mainboard: Doxygen fixes
- Remove @param command for #define - this isn't valid. - Rename duplicate @section names - All of the renamed @sections have other @section names in the same file. - Remove blank @brief and @param commands - Doxygen seems to REALLY dislike this... - Add a missing @param name. Change-Id: Iba99ec68b37bbb5c375b7256363d16228031d771 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/8175 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/siemens/sitemp_g1p1/mainboard.c')
-rw-r--r--src/mainboard/siemens/sitemp_g1p1/mainboard.c28
1 files changed, 1 insertions, 27 deletions
diff --git a/src/mainboard/siemens/sitemp_g1p1/mainboard.c b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
index 4b92877790..6e70f3a396 100644
--- a/src/mainboard/siemens/sitemp_g1p1/mainboard.c
+++ b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
@@ -277,12 +277,6 @@ static int int15_handler(void)
#endif
/* ############################################################################################# */
- /**
- * @brief
- *
- * @param
- */
-
static u8 calc_trange(u8 t_min, u8 t_max) {
u8 prev;
@@ -341,7 +335,6 @@ static void cable_detect(void)
/**
* @brief Detect the ADT7475 device
*
- * @param
*/
static const char * adt7475_detect( void ) {
@@ -427,7 +420,6 @@ static void pm_init( void )
/**
* @brief Setup thermal config on SINA Mainboard
*
- * @param
*/
static void set_thermal_config(void)
@@ -604,12 +596,6 @@ static void set_thermal_config(void)
}
- /**
- * @brief
- *
- * @param
- */
-
static void patch_mmio_nonposted( void )
{
unsigned reg, index;
@@ -649,12 +635,6 @@ static void patch_mmio_nonposted( void )
}
}
- /**
- * @brief
- *
- * @param
- */
-
struct {
unsigned int bus;
unsigned int devfn;
@@ -691,12 +671,6 @@ static void update_subsystemid( device_t dev )
}
}
- /**
- * @brief
- *
- * @param
- */
-
static void detect_hw_variant( device_t dev )
{
@@ -806,7 +780,7 @@ static void smm_lock( void )
/**
* @brief Init
*
- * @param the root device
+ * @param dev - the root device
*/
static void mainboard_init(device_t dev)