mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
a60a98c957
commit
18e8990175
@@ -352,7 +352,7 @@ static void airoha_thermal_setup_adc_val(struct device *dev,
|
||||
priv->default_offset = airoha_get_thermal_ADC(priv);
|
||||
priv->default_slope = EN7581_SLOPE_X100_DIO_DEFAULT;
|
||||
priv->init_temp = EN7581_INIT_TEMP_NONK_X10;
|
||||
dev_info(dev, "missing thermal calibrarion EFUSE, using non calibrated value\n");
|
||||
dev_info(dev, "missing thermal calibration EFUSE, using non calibrated value\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user