Skip to content

Commit 77cbf5f

Browse files
bagasmeJonathan Corbet
authored andcommitted
Documentation: tps6594-pfsm: 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: dce5488 ("Documentation: Add TI TPS6594 PFSM") 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-4-bagasdotme@gmail.com>
1 parent 3ba679d commit 77cbf5f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Documentation/misc-devices/tps6594-pfsm.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@ include/uapi/linux/tps6594_pfsm.h
3939
Driver IOCTLs
4040
=============
4141

42-
:c:macro::`PMIC_GOTO_STANDBY`
42+
:c:macro:`PMIC_GOTO_STANDBY`
4343
All device resources are powered down. The processor is off, and
4444
no voltage domains are energized.
4545

46-
:c:macro::`PMIC_GOTO_LP_STANDBY`
46+
:c:macro:`PMIC_GOTO_LP_STANDBY`
4747
The digital and analog functions of the PMIC, which are not
4848
required to be always-on, are turned off (low-power).
4949

50-
:c:macro::`PMIC_UPDATE_PGM`
50+
:c:macro:`PMIC_UPDATE_PGM`
5151
Triggers a firmware update.
5252

53-
:c:macro::`PMIC_SET_ACTIVE_STATE`
53+
:c:macro:`PMIC_SET_ACTIVE_STATE`
5454
One of the operational modes.
5555
The PMICs are fully functional and supply power to all PDN loads.
5656
All voltage domains are energized in both MCU and Main processor
5757
sections.
5858

59-
:c:macro::`PMIC_SET_MCU_ONLY_STATE`
59+
:c:macro:`PMIC_SET_MCU_ONLY_STATE`
6060
One of the operational modes.
6161
Only the power resources assigned to the MCU Safety Island are on.
6262

63-
:c:macro::`PMIC_SET_RETENTION_STATE`
63+
:c:macro:`PMIC_SET_RETENTION_STATE`
6464
One of the operational modes.
6565
Depending on the triggers set, some DDR/GPIO voltage domains can
6666
remain energized, while all other domains are off to minimize

0 commit comments

Comments
 (0)