diff options
| author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2026-01-07 14:26:23 +0300 |
|---|---|---|
| committer | Suzuki K Poulose <suzuki.poulose@arm.com> | 2026-01-07 14:26:23 +0300 |
| commit | 98baf887b1e9ae69178b25ed49cda1a6f01905a3 (patch) | |
| tree | f2208857de7f46e8847cc57cc70fcf0a378d90cb | |
| parent | a089d585a7f4fa85b5e1d78c5308e27a0d875b17 (diff) | |
| download | linux-98baf887b1e9ae69178b25ed49cda1a6f01905a3.tar.xz | |
coresight: tpda: Fix intendation for sysfs interface documentation
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>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda index 54f05964a360..650431feae45 100644 --- a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpda @@ -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 |
