Skip to content

Commit c1be952

Browse files
bagasmeJonathan Corbet
authored andcommitted
Documentation: amd-sbi: Wrap miscdevice listing snippet in literal code block
Device file listing (ls output) is shown as long-running paragraph instead. Wrap it in literal code block. Fixes: 4d95514 ("misc: amd-sbi: Add document for AMD SB IOCTL description") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20251104041812.31402-2-bagasdotme@gmail.com>
1 parent c6804c6 commit c1be952

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Documentation/misc-devices/amd-sbi.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ MCAMSR and register xfer commands.
2828
Register sets is common across APML protocols. IOCTL is providing synchronization
2929
among protocols as transactions may create race condition.
3030

31-
$ ls -al /dev/sbrmi-3c
32-
crw------- 1 root root 10, 53 Jul 10 11:13 /dev/sbrmi-3c
31+
.. code-block:: bash
32+
33+
$ ls -al /dev/sbrmi-3c
34+
crw------- 1 root root 10, 53 Jul 10 11:13 /dev/sbrmi-3c
3335
3436
apml_sbrmi driver registers hwmon sensors for monitoring power_cap_max,
3537
current power consumption and managing power_cap.

0 commit comments

Comments
 (0)