]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs: iio: Fix unexpected indentation for adxl345.
authorXing Guo <higuoxing@gmail.com>
Tue, 19 Aug 2025 06:56:34 +0000 (14:56 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 25 Aug 2025 09:40:01 +0000 (10:40 +0100)
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>
Documentation/iio/adxl345.rst

index 4bd038cb4a377f880c69129eeca95b848944e5ba..afdb35f8b72e78e3a30cf579cb7b0de662c052ac 100644 (file)
@@ -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.