PCI/MSI: Use bullet lists in kernel-doc comments of api.c
authorBagas Sanjaya <bagasdotme@gmail.com>
Sat, 3 Dec 2022 10:05:11 +0000 (17:05 +0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 5 Dec 2022 17:57:46 +0000 (18:57 +0100)
commit6842694c5088925d216529d4a2358ab5ee8bb862
tree662d15df14c27e3ebee8dad664ad53c4e6d5bbfb
parent9049e1ca41983ab773d7ea244bee86d7835ec9f5
PCI/MSI: Use bullet lists in kernel-doc comments of api.c

Use bullet-list RST syntax for kernel-doc parameters' flags and interrupt
mode descriptions. Otherwise Sphinx produces "Unexpected identation" errors
and warnings.

Fixes: 5c0997dc33ac24 ("PCI/MSI: Move pci_alloc_irq_vectors() to api.c")
Fixes: 017239c8db2093 ("PCI/MSI: Move pci_irq_vector() to api.c")
Fixes: be37b8428b7b77 ("PCI/MSI: Move pci_irq_get_affinity() to api.c")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Suggested-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ahmed S. Darwish <darwi@linutronix.de>
Link: https://lore.kernel.org/r/20221203100511.222136-1-bagasdotme@gmail.com
drivers/pci/msi/api.c