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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xing Guo and committed by
Jonathan Cameron
a4ee7e22 46809b9f

+1
+1
Documentation/iio/adxl345.rst
··· 157 157 to 1.000 seconds. 158 158 159 159 The driver behaves as follows: 160 + 160 161 * If the configured inactivity period is 1 second or more, the driver uses the 161 162 sensor's inactivity register. This allows the event to be linked with 162 163 activity detection, use auto-sleep, and be either AC- or DC-coupled.