Skip to content

Commit 3ba679d

Browse files
bagasmeJonathan Corbet
authored andcommitted
Documentation: mrvl-cn10k-dpi: Fix macro cross-reference syntax
C macro references are erroneously written using :c:macro:: (note the double colon). This causes the references to be outputted as combination of verbatim roles and italicized names instead. Correct the syntax. Fixes: 5f67eef ("misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver") 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-3-bagasdotme@gmail.com>
1 parent c1be952 commit 3ba679d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/misc-devices/mrvl_cn10k_dpi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ drivers/misc/mrvl_cn10k_dpi.c
3333
Driver IOCTLs
3434
=============
3535

36-
:c:macro::`DPI_MPS_MRRS_CFG`
36+
:c:macro:`DPI_MPS_MRRS_CFG`
3737
ioctl that sets max payload size & max read request size parameters of
3838
a pem port to which DMA engines are wired.
3939

4040

41-
:c:macro::`DPI_ENGINE_CFG`
41+
:c:macro:`DPI_ENGINE_CFG`
4242
ioctl that sets DMA engine's fifo sizes & max outstanding load request
4343
thresholds.
4444

0 commit comments

Comments
 (0)