diff options
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) | |||
2961 | EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); | 2961 | EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); |
2962 | 2962 | ||
2963 | /** | 2963 | /** |
2964 | * pci_check_and_mask_intx - unmask INTx of no interrupt is pending | 2964 | * pci_check_and_unmask_intx - unmask INTx if no interrupt is pending |
2965 | * @dev: the PCI device to operate on | 2965 | * @dev: the PCI device to operate on |
2966 | * | 2966 | * |
2967 | * Check if the device dev has its INTx line asserted, unmask it if not | 2967 | * Check if the device dev has its INTx line asserted, unmask it if not |