summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2010-09-17 17:24:14 +0200
committerJean Delvare <khali@linux-fr.org>2010-09-17 17:24:14 +0200
commita51b9944a1aaca34c9061d3973663fee54e9d1c1 (patch)
treea0bca6cc212f3f0a73f1177a6a7e442f28a03059 /Documentation
parent022b75a3df2b5aeeb70c5d51bc1fe55722fdd759 (diff)
downloadlinux-3.10-a51b9944a1aaca34c9061d3973663fee54e9d1c1.tar.gz
linux-3.10-a51b9944a1aaca34c9061d3973663fee54e9d1c1.tar.bz2
linux-3.10-a51b9944a1aaca34c9061d3973663fee54e9d1c1.zip
hwmon: (adm1031) Replace update_rate sysfs attribute with update_interval
The attribute reflects an interval, not a rate. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/sysfs-interface7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface
index ff45d1f837c..48ceabedf55 100644
--- a/Documentation/hwmon/sysfs-interface
+++ b/Documentation/hwmon/sysfs-interface
@@ -91,12 +91,11 @@ name The chip name.
I2C devices get this attribute created automatically.
RO
-update_rate The rate at which the chip will update readings.
+update_interval The interval at which the chip will update readings.
Unit: millisecond
RW
- Some devices have a variable update rate. This attribute
- can be used to change the update rate to the desired
- frequency.
+ Some devices have a variable update rate or interval.
+ This attribute can be used to change it to the desired value.
************