Skip to content

Commit dadf173

Browse files
rddunlapbjorn-helgaas
authored andcommitted
PCI/MSI: Fix msi_capability_init() kernel-doc warnings
Fix kernel-doc warnings in pci/msi.c: ..//drivers/pci/msi.c:623: warning: No description found for parameter 'affd' ..//drivers/pci/msi.c:623: warning: Excess function parameter 'affinity' description in 'msi_capability_init' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 7ce7d89 commit dadf173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/msi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +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
613+
* @affd: description of automatic irq affinity assignments (may be %NULL)
614614
*
615615
* Setup the MSI capability structure of the device with the requested
616616
* number of interrupts. A return value of zero indicates the successful

0 commit comments

Comments
 (0)