diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2025-05-22 09:31:57 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-05-23 17:01:42 +0200 |
commit | 18e899017500f1992d3816e326972c8954fbff2a (patch) | |
tree | ffd793576c88c65608797a107fcd6b19222739e8 | |
parent | a60a98c9579336637e3f76c846ee327bf7150e69 (diff) |
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>
-rw-r--r-- | drivers/thermal/airoha_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/airoha_thermal.c b/drivers/thermal/airoha_thermal.c index 9a7a702a17de..b9fd6bfc88e5 100644 --- a/drivers/thermal/airoha_thermal.c +++ b/drivers/thermal/airoha_thermal.c @@ -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"); } } |