Re: [PATCH 4/4] iio: imu: bmi270: fix typo found in dc757dc

Jonathan Cameron <[email protected]> Sun, 2 Aug 2026 19:02:49 +0100
Newsgroups org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel
Message-ID <20260802190249.6657ed44@jic23-huawei>
On Fri, 31 Jul 2026 21:53:25 +0200
Philip Mueller <[email protected]> wrote:

> Fixes a typo found in dc757dc.
> 
> Fixes: dc757dc1572d ("iio: imu: bmi270: Match PNP ID found on newer GPD firmware")

Comment typos don't warrant fixes tags or stable inclusion.
That is even more so when the meaning of the text is clear even it
it is worth tidying up the typo going forwards.

Thanks

Jonathan


> Cc: [email protected] # 6.18+
> Signed-off-by: Philip Mueller <[email protected]>
> ---
>  drivers/iio/imu/bmi270/bmi270_i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/imu/bmi270/bmi270_i2c.c b/drivers/iio/imu/bmi270/bmi270_i2c.c
> index 839e71b65f05..9bdd4d7a821f 100644
> --- a/drivers/iio/imu/bmi270/bmi270_i2c.c
> +++ b/drivers/iio/imu/bmi270/bmi270_i2c.c
> @@ -42,7 +42,7 @@ static const struct acpi_device_id bmi270_acpi_match[] = {
>  	/* GPD Win Mini, Aya Neo AIR Pro, OXP Mini Pro, etc. */
>  	{ "BMI0160",  (kernel_ulong_t)&bmi260_chip_info },
>  	{ "BOSC0160", (kernel_ulong_t)&bmi260_chip_info },
> -	/* GPD Win Max 2 2023(sincice BIOS v0.40), etc. */
> +	/* GPD Win Max 2 2023 (since BIOS v0.40), etc. */
>  	{ "BMI0260",  (kernel_ulong_t)&bmi260_chip_info },
>  	/* OrangePi Neo 2026 (since BIOS BCPH01_V1.20), etc. */
>  	{ "BOSC0260", (kernel_ulong_t)&bmi260_chip_info },