aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht15.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/sht15.c')
-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,
671 * @buf: sysfs buffer to read the new heater state from. 671 * @buf: sysfs buffer to read the new heater state from.
672 * @count: length of the data. 672 * @count: length of the data.
673 * 673 *
674 * Will be called on read access to heater_enable sysfs attribute. 674 * Will be called on write access to heater_enable sysfs attribute.
675 * Returns number of bytes actually decoded, negative errno on error. 675 * Returns number of bytes actually decoded, negative errno on error.
676 */ 676 */
677static ssize_t sht15_store_heater(struct device *dev, 677static ssize_t sht15_store_heater(struct device *dev,