Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Rafael J. Wysocki
18e89901 a60a98c9

+1 -1
+1 -1
drivers/thermal/airoha_thermal.c
··· 352 352 priv->default_offset = airoha_get_thermal_ADC(priv); 353 353 priv->default_slope = EN7581_SLOPE_X100_DIO_DEFAULT; 354 354 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"); 356 356 } 357 357 } 358 358