Re: [PATCH] Documentation: misc-devices: Fix C macro cross-reference syntax

From: Greg Kroah-Hartman
Date: Mon Nov 03 2025 - 21:30:27 EST


On Tue, Nov 04, 2025 at 09:22:42AM +0700, Bagas Sanjaya wrote:
> Macro references in Octeon CN10K and TI TPS6954 docs are erroneously
> written using :c:macro:: (double colon) rather than :c:macro: (single
> colon), making these rendered in htmldocs output as italics with
> verbatim roles. Correct them.
>
> Fixes: 5f67eef6dff394 ("misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver")
> Fixes: dce548889650c1 ("Documentation: Add TI TPS6594 PFSM")

Please break this up into 2 different patches as you are doing 2
different things.

thanks,

greg k-h