[PATCH v5 04/14] iio: imu: fix typo from adjustement to adjustment

Shi Hao posted 14 patches 3 weeks ago
[PATCH v5 04/14] iio: imu: fix typo from adjustement to adjustment
Posted by Shi Hao 3 weeks ago
Fix incorrect spelling in a comment.

- adjustement -> adjustment

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
index 6aee6c989485..47394594d17a 100644
--- a/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
+++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
@@ -125,7 +125,7 @@ static int inv_magn_init(struct inv_mpu6050_state *st)
	}

	/*
-	 * Sensitivity adjustement and scale to Gauss
+	 * Sensitivity adjustment and scale to Gauss
	 *
	 * Hadj = H * (((ASA - 128) * 0.5 / 128) + 1)
	 * Factor simplification:
--
2.53.0
Re: [PATCH v5 04/14] iio: imu: fix typo from adjustement to adjustment
Posted by Jonathan Cameron 2 weeks, 2 days ago
On Mon, 16 Mar 2026 14:30:12 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> Fix incorrect spelling in a comment.
> 
> - adjustement -> adjustment
> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Applied.
> ---
>  drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
> index 6aee6c989485..47394594d17a 100644
> --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
> +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c
> @@ -125,7 +125,7 @@ static int inv_magn_init(struct inv_mpu6050_state *st)
> 	}
> 
> 	/*
> -	 * Sensitivity adjustement and scale to Gauss
> +	 * Sensitivity adjustment and scale to Gauss
> 	 *
> 	 * Hadj = H * (((ASA - 128) * 0.5 / 128) + 1)
> 	 * Factor simplification:
> --
> 2.53.0