[PATCH] docs: TPMI: use literal block for commands
From: Randy Dunlap
Date: Wed Sep 16 2026 - 01:50:18 EST
Use a literal block for 'echo' commands to separate them from
the surrounding text. Otherwise the lines run together, without any
clear break before or after the commands.
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx>
Cc: Hans de Goede <hansg@xxxxxxxxxx>
Cc: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
Cc: platform-driver-x86@xxxxxxxxxxxxxxx
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Cc: linux-doc@xxxxxxxxxxxxxxx
Documentation/ABI/testing/debugfs-tpmi | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--- linux-next-20260914.orig/Documentation/ABI/testing/debugfs-tpmi
+++ linux-next-20260914/Documentation/ABI/testing/debugfs-tpmi
@@ -25,9 +25,11 @@ Description:
Allows to write at any offset. It doesn't check for Read/Write access
as hardware will not allow to write at read-only memory. This write is
at offset multiples of 4. The format is instance,offset,contents.
-Example:
-echo 0,0x20,0xff > mem_write
-echo 1,64,64 > mem_write
+Example::
+
+ echo 0,0x20,0xff > mem_write
+ echo 1,64,64 > mem_write
+
Users: Debugging, any user space test suite
What: /sys/kernel/debug/tpmi-<n>/plr/domain<n>/status