Skip to content

Commit

Permalink
Docs: MSI-HOWTO: API -> function
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Acked-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
  • Loading branch information
Michael Witten committed Aug 2, 2011
1 parent 5a84fc3 commit e6ffceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/PCI/MSI-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static int foo_driver_enable_msix(struct foo_adapter *adapter, int nvec)

void pci_disable_msix(struct pci_dev *dev)

This API should be used to undo the effect of pci_enable_msix(). It frees
This function should be used to undo the effect of pci_enable_msix(). It frees
the previously allocated message signaled interrupts. The interrupts may
subsequently be assigned to another device, so drivers should not cache
the value of the 'vector' elements over a call to pci_disable_msix().
Expand Down

0 comments on commit e6ffceb

Please sign in to comment.