diff options
| author | Lothar Rubusch <l.rubusch@gmail.com> | 2025-02-21 19:46:58 +0000 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-03-04 13:17:51 +0000 |
| commit | b543d881e89cadf7f5238fd202d900af3e6482ea (patch) | |
| tree | 0ba058b894780d54c63fbe8d5b60651149481964 | |
| parent | 38f898e0b54f5f1e7db92bec755fb55115d43de8 (diff) | |
docs: iio: fix wrong driver name in documentation
The ADXL380/382 documentation uses in one place a wrong driver name.
Adds no functional change.
Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
Link: https://patch.msgid.link/20250221194658.41358-1-l.rubusch@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | Documentation/iio/adxl380.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/iio/adxl380.rst b/Documentation/iio/adxl380.rst index 376dee5fe1dd..66c8a4d4f767 100644 --- a/Documentation/iio/adxl380.rst +++ b/Documentation/iio/adxl380.rst @@ -94,7 +94,7 @@ apply the following formula: Where _offset and _scale are device attributes. If no _offset attribute is present, simply assume its value is 0. -The adis16475 driver offers data for 2 types of channels, the table below shows +The ADXL380 driver offers data for 2 types of channels, the table below shows the measurement units for the processed value, which are defined by the IIO framework: |
