diff options
-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 33120d156668..4f89a99e2de3 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -3138,7 +3138,7 @@ bool pci_check_and_mask_intx(struct pci_dev *dev) | |||
3138 | EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); | 3138 | EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); |
3139 | 3139 | ||
3140 | /** | 3140 | /** |
3141 | * pci_check_and_mask_intx - unmask INTx of no interrupt is pending | 3141 | * pci_check_and_unmask_intx - unmask INTx if no interrupt is pending |
3142 | * @dev: the PCI device to operate on | 3142 | * @dev: the PCI device to operate on |
3143 | * | 3143 | * |
3144 | * Check if the device dev has its INTx line asserted, unmask it if not | 3144 | * Check if the device dev has its INTx line asserted, unmask it if not |