diff options
| author | 2014-01-15 10:52:41 -0700 | |
|---|---|---|
| committer | 2014-01-15 10:52:41 -0700 | |
| commit | 1255dfbb0c77c7a26fec10a5c101b075c3641965 (patch) | |
| tree | bd886568c8a932649afa30181f0231b1ae0b3a3b /drivers/pci/pci.c | |
| parent | Merge branch 'pci/ifndefs' into next (diff) | |
| parent | PCI: Fix pci_check_and_unmask_intx() comment typos (diff) | |
| download | linux-dev-1255dfbb0c77c7a26fec10a5c101b075c3641965.tar.xz linux-dev-1255dfbb0c77c7a26fec10a5c101b075c3641965.zip | |
Merge branch 'pci/misc' into next
* pci/misc:
PCI: Fix pci_check_and_unmask_intx() comment typos
PCI: Never treat a VF as a multifunction device
Diffstat (limited to 'drivers/pci/pci.c')
| -rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 1cbd590cf1d1..95c97bec8018 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2961,7 +2961,7 @@ bool pci_check_and_mask_intx(struct pci_dev *dev) EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); /** - * pci_check_and_mask_intx - unmask INTx of no interrupt is pending + * pci_check_and_unmask_intx - unmask INTx if no interrupt is pending * @dev: the PCI device to operate on * * Check if the device dev has its INTx line asserted, unmask it if not |
