Skip to content

Commit f608e9c

Browse files
root3315jic23
authored andcommitted
Documentation: iio: make ADXL Y-axis calibbias description consistent
The Y-axis calibbias rows in adxl345.rst, adxl313.rst and adxl380.rst use a different wording than the matching X-axis and Z-axis rows in the same tables: the X/Z rows say "Calibration offset for the X/Z-axis accelerometer channel." while the Y row says "Y-axis (or y-axis) acceleration offset correction". Make the Y-axis row match the other two so each driver's sysfs table has consistent capitalisation and wording. Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent 2f856ad commit f608e9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/iio/adxl313.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
3838
+---------------------------------------------------+----------------------------------------------------------+
3939
| in_accel_x_raw | Raw X-axis accelerometer channel value. |
4040
+---------------------------------------------------+----------------------------------------------------------+
41-
| in_accel_y_calibbias | y-axis acceleration offset correction |
41+
| in_accel_y_calibbias | Calibration offset for the Y-axis accelerometer channel. |
4242
+---------------------------------------------------+----------------------------------------------------------+
4343
| in_accel_y_raw | Raw Y-axis accelerometer channel value. |
4444
+---------------------------------------------------+----------------------------------------------------------+

Documentation/iio/adxl345.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
4747
+-------------------------------------------+----------------------------------------------------------+
4848
| in_accel_x_raw | Raw X-axis accelerometer channel value. |
4949
+-------------------------------------------+----------------------------------------------------------+
50-
| in_accel_y_calibbias | Y-axis acceleration offset correction |
50+
| in_accel_y_calibbias | Calibration offset for the Y-axis accelerometer channel. |
5151
+-------------------------------------------+----------------------------------------------------------+
5252
| in_accel_y_raw | Raw Y-axis accelerometer channel value. |
5353
+-------------------------------------------+----------------------------------------------------------+

Documentation/iio/adxl380.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
5151
+---------------------------------------------------+----------------------------------------------------------+
5252
| in_accel_x_raw | Raw X-axis accelerometer channel value. |
5353
+---------------------------------------------------+----------------------------------------------------------+
54-
| in_accel_y_calibbias | y-axis acceleration offset correction |
54+
| in_accel_y_calibbias | Calibration offset for the Y-axis accelerometer channel. |
5555
+---------------------------------------------------+----------------------------------------------------------+
5656
| in_accel_y_raw | Raw Y-axis accelerometer channel value. |
5757
+---------------------------------------------------+----------------------------------------------------------+

0 commit comments

Comments
 (0)