Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: iio: adis16475: fix device files tables

Remove in_accel_calibbias_x and in_anglvel_calibbias_x device files
description, as they do not exist and were added by mistake.
Add correct naming for in_accel_y_calibbias and in_anglvel_y_calibbias
device files and update their description.

Fixes: 8243b2877eef ("docs: iio: add documentation for adis16475 driver")
Signed-off-by: Ramona Gradinariu <ramona.gradinariu@analog.com>
Link: https://lore.kernel.org/r/20240424094152.103667-2-ramona.gradinariu@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Ramona Gradinariu and committed by
Jonathan Cameron
c19f273c 4a8e1e02

+2 -6
+2 -6
Documentation/iio/adis16475.rst
··· 66 66 +-------------------------------------------+----------------------------------------------------------+ 67 67 | in_accel_x_calibbias | Calibration offset for the X-axis accelerometer channel. | 68 68 +-------------------------------------------+----------------------------------------------------------+ 69 - | in_accel_calibbias_x | x-axis acceleration offset correction | 70 - +-------------------------------------------+----------------------------------------------------------+ 71 69 | in_accel_x_raw | Raw X-axis accelerometer channel value. | 72 70 +-------------------------------------------+----------------------------------------------------------+ 73 - | in_accel_calibbias_y | y-axis acceleration offset correction | 71 + | in_accel_y_calibbias | Calibration offset for the Y-axis accelerometer channel. | 74 72 +-------------------------------------------+----------------------------------------------------------+ 75 73 | in_accel_y_raw | Raw Y-axis accelerometer channel value. | 76 74 +-------------------------------------------+----------------------------------------------------------+ ··· 92 94 +---------------------------------------+------------------------------------------------------+ 93 95 | in_anglvel_x_calibbias | Calibration offset for the X-axis gyroscope channel. | 94 96 +---------------------------------------+------------------------------------------------------+ 95 - | in_anglvel_calibbias_x | x-axis gyroscope offset correction | 96 - +---------------------------------------+------------------------------------------------------+ 97 97 | in_anglvel_x_raw | Raw X-axis gyroscope channel value. | 98 98 +---------------------------------------+------------------------------------------------------+ 99 - | in_anglvel_calibbias_y | y-axis gyroscope offset correction | 99 + | in_anglvel_y_calibbias | Calibration offset for the Y-axis gyroscope channel. | 100 100 +---------------------------------------+------------------------------------------------------+ 101 101 | in_anglvel_y_raw | Raw Y-axis gyroscope channel value. | 102 102 +---------------------------------------+------------------------------------------------------+