summaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/early_smbus.c
diff options
context:
space:
mode:
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)