diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2013-09-27 08:36:04 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-10-18 12:12:02 -0400 |
commit | 84fb029faa05e1de229a68829cca5dcf85c79894 (patch) | |
tree | 32bb882b06a9fa3143eb36ad8e4f61cbf90ab371 /drivers/hwmon/w83792d.c | |
parent | c50588ababd85e164a97f114d79af267a6aef42a (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/w83792d.c')
-rw-r--r-- | drivers/hwmon/w83792d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 5febb43cb4c1..df585808adb6 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
@@ -579,7 +579,7 @@ static ssize_t store_temp23(struct device *dev, struct device_attribute *attr, | |||
579 | return count; | 579 | return count; |
580 | } | 580 | } |
581 | 581 | ||
582 | /* get reatime status of all sensors items: voltage, temp, fan */ | 582 | /* get realtime status of all sensors items: voltage, temp, fan */ |
583 | static ssize_t | 583 | static ssize_t |
584 | show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) | 584 | show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) |
585 | { | 585 | { |