From: Guenter Roeck Date: Fri, 29 Apr 2011 14:33:35 +0000 (+0200) Subject: hwmon: (lm90) Fix update interval information in driver documentation X-Git-Tag: v2.6.39-rc6~20^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=177e75925bead0c1f8bb8b2e69bcddabb1e07c11;p=platform%2Fupstream%2Fkernel-adaptation-pc.git hwmon: (lm90) Fix update interval information in driver documentation The lm90 driver's attribute update interval is configurable. Reflect this information in the driver documentation. Signed-off-by: Guenter Roeck Signed-off-by: Jean Delvare --- diff --git a/Documentation/hwmon/lm90 b/Documentation/hwmon/lm90 index aa820ac..f3efd18 100644 --- a/Documentation/hwmon/lm90 +++ b/Documentation/hwmon/lm90 @@ -205,9 +205,9 @@ are exported, one for each channel, but these values are of course linked. Only the local hysteresis can be set from user-space, and the same delta applies to the remote hysteresis. -The lm90 driver will not update its values more frequently than every -other second; reading them more often will do no harm, but will return -'old' values. +The lm90 driver will not update its values more frequently than configured with +the update_interval attribute; reading them more often will do no harm, but will +return 'old' values. SMBus Alert Support -------------------