lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0iE6LtKcDHiV88z3E11c_qhuWyoS4n0XjwGesdduDfDKg@mail.gmail.com>
Date: Fri, 23 May 2025 17:02:30 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>, Daniel Lezcano <daniel.lezcano@...aro.org>, 
	Zhang Rui <rui.zhang@...el.com>, Lukasz Luba <lukasz.luba@....com>, linux-pm@...r.kernel.org, 
	kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] thermal/drivers/airoha: Fix spelling mistake
 "calibrarion" -> "calibration"

On Thu, May 22, 2025 at 10:32 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake in a dev_info message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>  drivers/thermal/airoha_thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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");
>         }
>  }
>
> --

Applied as 6.16 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ