From: Colin Ian King Date: Thu, 22 May 2025 08:31:57 +0000 (+0100) Subject: thermal/drivers/airoha: Fix spelling mistake "calibrarion" -> "calibration" X-Git-Tag: v6.16-rc1~162^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e899017500f1992d3816e326972c8954fbff2a;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250522083157.1957240-1-colin.i.king@gmail.com Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/thermal/airoha_thermal.c b/drivers/thermal/airoha_thermal.c index 9a7a702a17dee..b9fd6bfc88e5e 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"); } }