aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2011-07-25 21:46:10 +0200
committerJean Delvare <khali@endymion.delvare>2011-07-25 21:46:10 +0200
commite9b6e9f3d4c58f76da8ec8286c7b901af8575f5b (patch)
treed7eba9027480b959fc1a86d0961a97f720e7daa4
parenthwmon: (max1111) Avoid extra memory allocations (diff)
downloadlinux-dev-e9b6e9f3d4c58f76da8ec8286c7b901af8575f5b.tar.xz
linux-dev-e9b6e9f3d4c58f76da8ec8286c7b901af8575f5b.zip
hwmon: (sht15) Correct a comment mistake
sht15_store_heater() is called on _write_ access to heater_enable. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r--drivers/hwmon/sht15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
index cf4330b352ef..7d231cf5d2ce 100644
--- a/drivers/hwmon/sht15.c
+++ b/drivers/hwmon/sht15.c
@@ -671,7 +671,7 @@ static ssize_t sht15_show_status(struct device *dev,
* @buf: sysfs buffer to read the new heater state from.
* @count: length of the data.
*
- * Will be called on read access to heater_enable sysfs attribute.
+ * Will be called on write access to heater_enable sysfs attribute.
* Returns number of bytes actually decoded, negative errno on error.
*/
static ssize_t sht15_store_heater(struct device *dev,