]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
coresight: tpda: Fix intendation for sysfs interface documentation
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 7 Jan 2026 11:26:23 +0000 (11:26 +0000)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 7 Jan 2026 11:26:23 +0000 (11:26 +0000)
linux-next merge complains about build break with make htmldocs :

 Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda:45: ERROR: Unexpected indentation. [docutils]

Closes: https://lkml.kernel.org/r/20260106114933.638b073f@canb.auug.org.au
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Jie Gan <jie.gan@oss.qualcomm.com>
Cc: Tao Zhang <tao.zhang@oss.qualcomm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda

index 54f05964a3601142cef60985eb865f3bb96b666d..650431feae45e725d4cdcc5f029a5d2a908ca2ed 100644 (file)
@@ -50,7 +50,7 @@ Description:
                (RW) Set mode the of the syncr counter.
                mode 0 - COUNT[11:0] value represents the approximate number of bytes moved between two ASYNC packet requests
                mode 1 - the bits COUNT[11:7] are used as a power of 2. for example, we could insert an async packet every 8K
-                        data by writing a value 13 to the COUNT[11:7] field.
+               data by writing a value 13 to the COUNT[11:7] field.
 
 What:          /sys/bus/coresight/devices/<tpda-name>/syncr_count
 Date:          December 2025