diff options
Diffstat (limited to 'drivers/i2c/chips/lm83.c')
-rw-r--r-- | drivers/i2c/chips/lm83.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/lm83.c b/drivers/i2c/chips/lm83.c index de8f8ea3ffd0..442dc17cdb77 100644 --- a/drivers/i2c/chips/lm83.c +++ b/drivers/i2c/chips/lm83.c | |||
@@ -80,7 +80,7 @@ SENSORS_INSMOD_1(lm83); | |||
80 | 80 | ||
81 | /* | 81 | /* |
82 | * Conversions and various macros | 82 | * Conversions and various macros |
83 | * The LM83 uses signed 8-bit values with LSB = 1 degree Celcius. | 83 | * The LM83 uses signed 8-bit values with LSB = 1 degree Celsius. |
84 | */ | 84 | */ |
85 | 85 | ||
86 | #define TEMP_FROM_REG(val) ((val) * 1000) | 86 | #define TEMP_FROM_REG(val) ((val) * 1000) |