Commit 73a76220 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Guenter Roeck

hwmon: (ftsteutates) Rudimentary typo fixes

s/Temprature/Temperature/
s/revsion/revision/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210323043438.1321903-1-unixbhaskar@gmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 15b2703e
...@@ -509,7 +509,7 @@ fan_alarm_store(struct device *dev, struct device_attribute *devattr, ...@@ -509,7 +509,7 @@ fan_alarm_store(struct device *dev, struct device_attribute *devattr,
/* SysFS structs */ /* SysFS structs */
/*****************************************************************************/ /*****************************************************************************/
/* Temprature sensors */ /* Temperature sensors */
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_value, 0); static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_value, 0);
static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_value, 1); static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_value, 1);
static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_value, 2); static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_value, 2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment