diff options
| author | Shi Hao <i.shihao.999@gmail.com> | 2026-03-16 12:00:12 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2026-03-21 22:13:51 +0300 |
| commit | d5036cd38aef10a59a08c10baf71a92efdd2d485 (patch) | |
| tree | c955616b2712a8a68594100b483c617f3ee34ca2 | |
| parent | a27bace4d5432bc5099a0f657119bebe60c5022a (diff) | |
| download | linux-d5036cd38aef10a59a08c10baf71a92efdd2d485.tar.xz | |
iio: imu: fix typo from adjustement to adjustment
Fix incorrect spelling in a comment.
- adjustement -> adjustment
Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
