aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83791d.c
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2013-09-27 08:36:04 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-10-18 12:12:02 -0400
commit84fb029faa05e1de229a68829cca5dcf85c79894 (patch)
tree32bb882b06a9fa3143eb36ad8e4f61cbf90ab371 /drivers/hwmon/w83791d.c
parentc50588ababd85e164a97f114d79af267a6aef42a (diff)
hwmon: Correct some typos
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/w83791d.c')
-rw-r--r--drivers/hwmon/w83791d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c
index a3feee332e20..bdcf2dce5ec4 100644
--- a/drivers/hwmon/w83791d.c
+++ b/drivers/hwmon/w83791d.c
@@ -1043,7 +1043,7 @@ static struct sensor_device_attribute sda_temp_alarm[] = {
1043 SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13), 1043 SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13),
1044}; 1044};
1045 1045
1046/* get reatime status of all sensors items: voltage, temp, fan */ 1046/* get realtime status of all sensors items: voltage, temp, fan */
1047static ssize_t show_alarms_reg(struct device *dev, 1047static ssize_t show_alarms_reg(struct device *dev,
1048 struct device_attribute *attr, char *buf) 1048 struct device_attribute *attr, char *buf)
1049{ 1049{