diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-01-07 10:37:35 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-07 10:37:35 -0500 |
commit | 77fa49d94a75b5f9702c70b4fbe27b08b21317b9 (patch) | |
tree | 0d592f2fe613e1e85c9a642b87b32354471da49e /drivers/hwmon | |
parent | b9acb64a385c5b26fc392e0d58ac7b8e0a2cd812 (diff) |
hwmon: Fix various typos
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: David Hubbard <david.c.hubbard@gmail.com>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/it87.c | 2 | ||||
-rw-r--r-- | drivers/hwmon/w83627ehf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index 88e71f195ec7..95a99c590da2 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
@@ -1386,7 +1386,7 @@ static void __devinit it87_init_device(struct platform_device *pdev) | |||
1386 | it87_write_value(data, IT87_REG_TEMP_HIGH(i), 127); | 1386 | it87_write_value(data, IT87_REG_TEMP_HIGH(i), 127); |
1387 | } | 1387 | } |
1388 | 1388 | ||
1389 | /* Check if temperature channnels are reset manually or by some reason */ | 1389 | /* Check if temperature channels are reset manually or by some reason */ |
1390 | tmp = it87_read_value(data, IT87_REG_TEMP_ENABLE); | 1390 | tmp = it87_read_value(data, IT87_REG_TEMP_ENABLE); |
1391 | if ((tmp & 0x3f) == 0) { | 1391 | if ((tmp & 0x3f) == 0) { |
1392 | /* Temp1,Temp3=thermistor; Temp2=thermal diode */ | 1392 | /* Temp1,Temp3=thermistor; Temp2=thermal diode */ |
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c index a3a01dc35a31..cb808d015361 100644 --- a/drivers/hwmon/w83627ehf.c +++ b/drivers/hwmon/w83627ehf.c | |||
@@ -503,7 +503,7 @@ static struct w83627ehf_data *w83627ehf_update_device(struct device *dev) | |||
503 | } | 503 | } |
504 | 504 | ||
505 | for (i = 0; i < 4; i++) { | 505 | for (i = 0; i < 4; i++) { |
506 | /* pwmcfg, tolarance mapped for i=0, i=1 to same reg */ | 506 | /* pwmcfg, tolerance mapped for i=0, i=1 to same reg */ |
507 | if (i != 1) { | 507 | if (i != 1) { |
508 | pwmcfg = w83627ehf_read_value(data, | 508 | pwmcfg = w83627ehf_read_value(data, |
509 | W83627EHF_REG_PWM_ENABLE[i]); | 509 | W83627EHF_REG_PWM_ENABLE[i]); |