Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Fix irq-domain.rst build warning

Correctly escape the * not to be used as emphasis. Also take this
opportunity to clarify the fate of the rest of the legacy APIs.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210903085343.923036-1-maz@kernel.org

+3 -2
+3 -2
Documentation/core-api/irq/irq-domain.rst
··· 175 175 case the Linux IRQ numbers cannot be dynamically assigned and the legacy 176 176 mapping should be used. 177 177 178 - As the name implies, the *_legacy() functions are deprecated and only 178 + As the name implies, the \*_legacy() functions are deprecated and only 179 179 exist to ease the support of ancient platforms. No new users should be 180 - added. 180 + added. Same goes for the \*_simple() functions when their use results 181 + in the legacy behaviour. 181 182 182 183 The legacy map assumes a contiguous range of IRQ numbers has already 183 184 been allocated for the controller and that the IRQ number can be