Skip to content

Commit 5de6570

Browse files
JieunKim4578jic23
authored andcommitted
iio: imu: st_lsm6dsx: Fix mismatched comments
odr to odr_table gain to fs_table 'gain' is actually in 'st_lsm6dsx_fs' structure of 'fs_table' Signed-off-by: JieunKim <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 3575281 commit 5de6570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ enum st_lsm6dsx_ext_sensor_id {
230230
* @i2c_addr: I2c slave address list.
231231
* @wai: Wai address info.
232232
* @id: external sensor id.
233-
* @odr: Output data rate of the sensor [Hz].
234-
* @gain: Configured sensor sensitivity.
233+
* @odr_table: Output data rate of the sensor [Hz].
234+
* @fs_table: Configured sensor sensitivity table depending on full scale.
235235
* @temp_comp: Temperature compensation register info (addr + mask).
236236
* @pwr_table: Power on register info (addr + mask).
237237
* @off_canc: Offset cancellation register info (addr + mask).

0 commit comments

Comments
 (0)