Skip to content

Commit f2c7187

Browse files
LangLang03jic23
authored andcommitted
iio: adxl313: fix typos in documentation
Add missing space in "ADXL313is" and improve grammar for "a single types of channels" to "multiple channels of a single type" as suggested by Jonathan Cameron. Wrap long line as suggested by Andy Shevchenko. Signed-off-by: Wang Zihan <jiyu03@qq.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent f326d8f commit f2c7187

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/iio/adxl313.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This driver supports Analog Device's ADXL313 on SPI/I2C bus.
1111

1212
* `ADXL313 <https://www.analog.com/ADXL313>`_
1313

14-
The ADXL313is a low noise density, low power, 3-axis accelerometer with
14+
The ADXL313 is a low noise density, low power, 3-axis accelerometer with
1515
selectable measurement ranges. The ADXL313 supports the ±0.5 g, ±1 g, ±2 g and
1616
±4 g ranges.
1717

@@ -112,9 +112,9 @@ apply the following formula:
112112
Where _offset and _scale are device attributes. If no _offset attribute is
113113
present, simply assume its value is 0.
114114

115-
The ADXL313 driver offers data for a single types of channels, the table below
116-
shows the measurement units for the processed value, which are defined by the
117-
IIO framework:
115+
The ADXL313 driver offers data for multiple channels of a single type.
116+
The table below shows the measurement units for the processed value,
117+
which are defined by the IIO framework:
118118

119119
+-------------------------------------+---------------------------+
120120
| Channel type | Measurement unit |

0 commit comments

Comments
 (0)