aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i82810
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-01-06 10:27:39 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-08 21:58:45 +0100
commitf4cb4128adea4b8ebdd92ae05d7d8e733e35eb1c (patch)
treee9a9e47a8fdb993524baaae872e8edc93a0cf135 /src/northbridge/intel/i82810
parentaa3dd5d5db2bb3a9825a3c5104f28699f7b43f87 (diff)
northbridge/amd: Doxygen fixes
- Add missing parameter names in several files - remove parameter types in several files - remove lines from doxygen documentation. These should be outside the doxygen comments. - Some of the comments shouldn't have been doxygen style. Turn these into regular non-doxygen comments. Change-Id: Ieccfe237385efee007b48308d58eb0a6a12f5bfa Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/8153 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/intel/i82810')
-rw-r--r--src/northbridge/intel/i82810/raminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i82810/raminit.c b/src/northbridge/intel/i82810/raminit.c
index 904c9602fc..b45180351b 100644
--- a/src/northbridge/intel/i82810/raminit.c
+++ b/src/northbridge/intel/i82810/raminit.c
@@ -134,7 +134,7 @@ SDRAM configuration functions.
/**
* Send the specified RAM command to all DIMMs.
*
- * @param The RAM command to send to the DIMM(s).
+ * @param command The RAM command to send to the DIMM(s).
*/
static void do_ram_command(u8 command)
{