Commit 84fb029f authored by LABBE Corentin's avatar LABBE Corentin Committed by Guenter Roeck

hwmon: Correct some typos

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent c50588ab
...@@ -164,7 +164,7 @@ static const u8 abituguru_bank2_max_threshold = 50; ...@@ -164,7 +164,7 @@ static const u8 abituguru_bank2_max_threshold = 50;
static const int abituguru_pwm_settings_multiplier[5] = { 0, 1, 1, 1000, 1000 }; static const int abituguru_pwm_settings_multiplier[5] = { 0, 1, 1, 1000, 1000 };
/* /*
* Min / Max allowed values for pwm_settings. Note: pwm1 (CPU fan) is a * Min / Max allowed values for pwm_settings. Note: pwm1 (CPU fan) is a
* special case the minium allowed pwm% setting for this is 30% (77) on * special case the minimum allowed pwm% setting for this is 30% (77) on
* some MB's this special case is handled in the code! * some MB's this special case is handled in the code!
*/ */
static const u8 abituguru_pwm_min[5] = { 0, 170, 170, 25, 25 }; static const u8 abituguru_pwm_min[5] = { 0, 170, 170, 25, 25 };
...@@ -517,7 +517,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data, ...@@ -517,7 +517,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data,
ABIT_UGURU_DEBUG(2, "testing bank1 sensor %d\n", (int)sensor_addr); ABIT_UGURU_DEBUG(2, "testing bank1 sensor %d\n", (int)sensor_addr);
/* /*
* Volt sensor test, enable volt low alarm, set min value ridicously * Volt sensor test, enable volt low alarm, set min value ridiculously
* high, or vica versa if the reading is very high. If its a volt * high, or vica versa if the reading is very high. If its a volt
* sensor this should always give us an alarm. * sensor this should always give us an alarm.
*/ */
...@@ -564,7 +564,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data, ...@@ -564,7 +564,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data,
/* /*
* Temp sensor test, enable sensor as a temp sensor, set beep value * Temp sensor test, enable sensor as a temp sensor, set beep value
* ridicously low (but not too low, otherwise uguru ignores it). * ridiculously low (but not too low, otherwise uguru ignores it).
* If its a temp sensor this should always give us an alarm. * If its a temp sensor this should always give us an alarm.
*/ */
buf[0] = ABIT_UGURU_TEMP_HIGH_ALARM_ENABLE; buf[0] = ABIT_UGURU_TEMP_HIGH_ALARM_ENABLE;
......
...@@ -176,7 +176,7 @@ struct abituguru3_data { ...@@ -176,7 +176,7 @@ struct abituguru3_data {
/* /*
* The abituguru3 supports up to 48 sensors, and thus has registers * The abituguru3 supports up to 48 sensors, and thus has registers
* sets for 48 sensors, for convienence reasons / simplicity of the * sets for 48 sensors, for convenience reasons / simplicity of the
* code we always read and store all registers for all 48 sensors * code we always read and store all registers for all 48 sensors
*/ */
......
...@@ -119,7 +119,7 @@ struct atk_data { ...@@ -119,7 +119,7 @@ struct atk_data {
acpi_handle rtmp_handle; acpi_handle rtmp_handle;
acpi_handle rvlt_handle; acpi_handle rvlt_handle;
acpi_handle rfan_handle; acpi_handle rfan_handle;
/* new inteface */ /* new interface */
acpi_handle enumerate_handle; acpi_handle enumerate_handle;
acpi_handle read_handle; acpi_handle read_handle;
acpi_handle write_handle; acpi_handle write_handle;
......
...@@ -660,7 +660,7 @@ static int max6650_init_client(struct i2c_client *client) ...@@ -660,7 +660,7 @@ static int max6650_init_client(struct i2c_client *client)
/* /*
* If mode is set to "full off", we change it to "open loop" and * If mode is set to "full off", we change it to "open loop" and
* set DAC to 255, which has the same effect. We do this because * set DAC to 255, which has the same effect. We do this because
* there's no "full off" mode defined in hwmon specifcations. * there's no "full off" mode defined in hwmon specifications.
*/ */
if ((config & MAX6650_CFG_MODE_MASK) == MAX6650_CFG_MODE_OFF) { if ((config & MAX6650_CFG_MODE_MASK) == MAX6650_CFG_MODE_OFF) {
......
...@@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(pmbus_write_byte); ...@@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(pmbus_write_byte);
/* /*
* _pmbus_write_byte() is similar to pmbus_write_byte(), but checks if * _pmbus_write_byte() is similar to pmbus_write_byte(), but checks if
* a device specific mapping funcion exists and calls it if necessary. * a device specific mapping function exists and calls it if necessary.
*/ */
static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value) static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value)
{ {
......
...@@ -1043,7 +1043,7 @@ static struct sensor_device_attribute sda_temp_alarm[] = { ...@@ -1043,7 +1043,7 @@ static struct sensor_device_attribute sda_temp_alarm[] = {
SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13), SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13),
}; };
/* get reatime status of all sensors items: voltage, temp, fan */ /* get realtime status of all sensors items: voltage, temp, fan */
static ssize_t show_alarms_reg(struct device *dev, static ssize_t show_alarms_reg(struct device *dev,
struct device_attribute *attr, char *buf) struct device_attribute *attr, char *buf)
{ {
......
...@@ -579,7 +579,7 @@ static ssize_t store_temp23(struct device *dev, struct device_attribute *attr, ...@@ -579,7 +579,7 @@ static ssize_t store_temp23(struct device *dev, struct device_attribute *attr,
return count; return count;
} }
/* get reatime status of all sensors items: voltage, temp, fan */ /* get realtime status of all sensors items: voltage, temp, fan */
static ssize_t static ssize_t
show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf)
{ {
......
...@@ -808,7 +808,7 @@ show_sf_ctrl(struct device *dev, struct device_attribute *attr, char *buf) ...@@ -808,7 +808,7 @@ show_sf_ctrl(struct device *dev, struct device_attribute *attr, char *buf)
if (nr == TEMP_FAN_MAP) { if (nr == TEMP_FAN_MAP) {
val = data->temp_fan_map[index]; val = data->temp_fan_map[index];
} else if (nr == TEMP_PWM_ENABLE) { } else if (nr == TEMP_PWM_ENABLE) {
/* +2 to transfrom into 2 and 3 to conform with sysfs intf */ /* +2 to transform into 2 and 3 to conform with sysfs intf */
val = ((data->pwm_enable >> index) & 0x01) + 2; val = ((data->pwm_enable >> index) & 0x01) + 2;
} else if (nr == TEMP_CRUISE) { } else if (nr == TEMP_CRUISE) {
val = TEMP_FROM_REG(data->temp_cruise[index] & 0x7f); val = TEMP_FROM_REG(data->temp_cruise[index] & 0x7f);
......
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