Re: [PATCH v1 3/3] lib: math: polynomial: Remove link to non-exist file and fix spelling
From: Randy Dunlap
Date: Fri Feb 27 2026 - 16:18:35 EST
On 2/26/26 11:48 PM, Andy Shevchenko wrote:
> diff --git a/lib/math/polynomial.c b/lib/math/polynomial.c
> index 805d1de56b9a..c1d113f7ca37 100644
> --- a/lib/math/polynomial.c
> +++ b/lib/math/polynomial.c
> @@ -15,16 +15,13 @@
> #include <linux/polynomial.h>
>
> /*
> - * Originally this was part of drivers/hwmon/bt1-pvt.c.
> * There the following conversion is used and should serve as an example here:
That's a little confusing without having the first (deleted) line.
Maybe just say:
* The following conversion is an example:
or
* Example conversion:
> *
> * The original translation formulae of the temperature (in degrees of Celsius)
> * to PVT data and vice-versa are following:
anyway:
Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
--
~Randy