2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Fix calling convention comment.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5495 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-12-01 20:13:16 +00:00
parent 22cc12173a
commit 6bc19ec723

View File

@@ -2508,9 +2508,9 @@ sub add_i2c_to_chips_detected
# This adds a detection to the above structure. We also do alias detection
# here; so you should do ISA detections *after* all I2C detections.
# $_[0]: alias detection function
# $_[1]: chip driver
# $_[2]: reference to data hash
# $_[0]: chip driver
# $_[1]: reference to data hash
# $_[2]: alias detection function (optional)
# Returns: 0 if it is not an alias, datahash reference if it is.
sub add_isa_to_chips_detected
{