Skip to content

Commit 62c6151

Browse files
shemmingerKAGA-KOKO
authored andcommitted
doc: Add missing parameter for msi_setup
commit 92ca8d20dee2 ("genirq/msi: Switch to new irq spreading") introduced new parameter to msi_init_setup and but did not update docbook comments. Fixes 'make htmldocs' warning. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Cc: bhelgaas@google.com Cc: linux-pci@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 07d9a38 commit 62c6151

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/pci/msi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ static int msi_verify_entries(struct pci_dev *dev)
610610
* msi_capability_init - configure device's MSI capability structure
611611
* @dev: pointer to the pci_dev data structure of MSI device function
612612
* @nvec: number of interrupts to allocate
613+
* @affinity: flag to indicate cpu irq affinity mask should be set
613614
*
614615
* Setup the MSI capability structure of the device with the requested
615616
* number of interrupts. A return value of zero indicates the successful
@@ -752,6 +753,7 @@ static void msix_program_entries(struct pci_dev *dev,
752753
* @dev: pointer to the pci_dev data structure of MSI-X device function
753754
* @entries: pointer to an array of struct msix_entry entries
754755
* @nvec: number of @entries
756+
* @affinity: flag to indicate cpu irq affinity mask should be set
755757
*
756758
* Setup the MSI-X capability structure of device function with a
757759
* single MSI-X irq. A return of zero indicates the successful setup of

0 commit comments

Comments
 (0)