diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-11-04 11:18:10 +0700 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-11-10 12:54:49 -0700 |
| commit | c1be952f1eb2939a38db66780854e870700eaf4c (patch) | |
| tree | 17d9011057b5faf87b73bccc259e84a39aae450c /Documentation/misc-devices | |
| parent | c6804c6af9985e4917693c37bf9c6dab49a3f1ea (diff) | |
| download | net-c1be952f1eb2939a38db66780854e870700eaf4c.tar.gz | |
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: 4d95514d14e874 ("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>
Diffstat (limited to 'Documentation/misc-devices')
| -rw-r--r-- | Documentation/misc-devices/amd-sbi.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/misc-devices/amd-sbi.rst b/Documentation/misc-devices/amd-sbi.rst index 5648fc6ec5726a..07ceb44fbe5e19 100644 --- a/Documentation/misc-devices/amd-sbi.rst +++ b/Documentation/misc-devices/amd-sbi.rst @@ -28,8 +28,10 @@ MCAMSR and register xfer commands. Register sets is common across APML protocols. IOCTL is providing synchronization among protocols as transactions may create race condition. -$ ls -al /dev/sbrmi-3c -crw------- 1 root root 10, 53 Jul 10 11:13 /dev/sbrmi-3c +.. code-block:: bash + + $ ls -al /dev/sbrmi-3c + crw------- 1 root root 10, 53 Jul 10 11:13 /dev/sbrmi-3c apml_sbrmi driver registers hwmon sensors for monitoring power_cap_max, current power consumption and managing power_cap. |
