diff options
| author | Xing Guo <higuoxing@gmail.com> | 2025-08-19 09:56:34 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-08-25 12:40:01 +0300 |
| commit | a4ee7e220c1a83e18ac32e5a3a70461e1accd652 (patch) | |
| tree | 180c44497f564239069fcc6e66127b97d8d80f0d | |
| parent | 46809b9f43b406b7a13c091275e56e611d4e5de4 (diff) | |
| download | linux-a4ee7e220c1a83e18ac32e5a3a70461e1accd652.tar.xz | |
docs: iio: Fix unexpected indentation for adxl345.
Resolved the following building error:
Documentation/iio/adxl345.rst:161: ERROR: Unexpected indentation. [docutils]
Fixes: fdcb9cb9178a ("docs: iio: add documentation for adxl345 driver")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250818124124.5b978e64@canb.auug.org.au
Signed-off-by: Xing Guo <higuoxing@gmail.com>
Link: https://patch.msgid.link/20250819065634.1154322-1-higuoxing@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | Documentation/iio/adxl345.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/iio/adxl345.rst b/Documentation/iio/adxl345.rst index 4bd038cb4a37..afdb35f8b72e 100644 --- a/Documentation/iio/adxl345.rst +++ b/Documentation/iio/adxl345.rst @@ -157,6 +157,7 @@ sensor terms, free-fall is defined using an inactivity period ranging from 0.000 to 1.000 seconds. The driver behaves as follows: + * If the configured inactivity period is 1 second or more, the driver uses the sensor's inactivity register. This allows the event to be linked with activity detection, use auto-sleep, and be either AC- or DC-coupled. |
