Re: [PATCH 0/3] misc devices formatting devices

From: Jonathan Corbet
Date: Mon Nov 10 2025 - 14:56:38 EST


Bagas Sanjaya <bagasdotme@xxxxxxxxx> writes:

> Hi,
>
> Here is a small docs formatting cleanup for assorted miscellaneous devices.
> Patches [2-3/3] are split from my previous macro references fixup patch [1].
>
> Enjoy!
>
> [1]: https://lore.kernel.org/linux-doc/20251104022242.19224-1-bagasdotme@xxxxxxxxx/
>
> Bagas Sanjaya (3):
> Documentation: amd-sbi: Wrap miscdevice listing snippet in literal
> code block
> Documentation: mrvl-cn10k-dpi: Fix macro cross-reference syntax
> Documentation: tps6594-pfsm: Fix macro cross-reference syntax
>
> Documentation/misc-devices/amd-sbi.rst | 6 ++++--
> Documentation/misc-devices/mrvl_cn10k_dpi.rst | 4 ++--
> Documentation/misc-devices/tps6594-pfsm.rst | 12 ++++++------
> 3 files changed, 12 insertions(+), 10 deletions(-)

I've applied these.

In truth, though, it's not at all clear that using c:macro brings
anything useful even when done correctly.

jon