summaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/early_smbus.c
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-01-06 10:20:42 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-08 21:59:42 +0100
commit543888d5820ce28cbf1e03d53da9e7f75001c4c7 (patch)
tree354521342a7c048b85025cbc329a3b6d618eeeeb /src/northbridge/via/vx900/early_smbus.c
parentd7689e4ad588ee1affee1d4edb3e5b0bd8098b0a (diff)
downloadcoreboot-543888d5820ce28cbf1e03d53da9e7f75001c4c7.tar.xz
northbridg/via/vx900: Doxygen fixes
- @todo has to be lowercase for doxygen - Fix some parameters that had changed in the code. - The @file entries needed to be more specific. Change-Id: Icdce08735f581609cd25cce41e986c71435368a4 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/8154 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/via/vx900/early_smbus.c')
-rw-r--r--src/northbridge/via/vx900/early_smbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/early_smbus.c b/src/northbridge/via/vx900/early_smbus.c
index e796d8d418..14dd9ec8a7 100644
--- a/src/northbridge/via/vx900/early_smbus.c
+++ b/src/northbridge/via/vx900/early_smbus.c
@@ -48,7 +48,8 @@ static void smbus_delays(int delays)
/**
* Read a byte from the SMBus.
*
- * @param dimm The address location of the DIMM on the SMBus.
+ * @param smbus_dev The PCI address of the SMBus device .
+ * @param addr The address location of the DIMM on the SMBus.
* @param offset The offset the data is located at.
*/
u8 smbus_read_byte(u32 smbus_dev, u8 addr, u8 offset)