Skip to content

Commit 18e8990

Browse files
ColinIanKingrafaeljw
authored andcommitted
thermal/drivers/airoha: Fix spelling mistake "calibrarion" -> "calibration"
There is a spelling mistake in a dev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250522083157.1957240-1-colin.i.king@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a60a98c commit 18e8990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/airoha_thermal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static void airoha_thermal_setup_adc_val(struct device *dev,
352352
priv->default_offset = airoha_get_thermal_ADC(priv);
353353
priv->default_slope = EN7581_SLOPE_X100_DIO_DEFAULT;
354354
priv->init_temp = EN7581_INIT_TEMP_NONK_X10;
355-
dev_info(dev, "missing thermal calibrarion EFUSE, using non calibrated value\n");
355+
dev_info(dev, "missing thermal calibration EFUSE, using non calibrated value\n");
356356
}
357357
}
358358

0 commit comments

Comments
 (0)