mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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: 4d95514d14 ("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>
This commit is contained in:
committed by
Jonathan Corbet
parent
c6804c6af9
commit
c1be952f1e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user