aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-01-14 19:10:39 -0500
committerBjorn Helgaas <bhelgaas@google.com>2014-01-14 19:10:39 -0500
commitebd50b939c33c692a4914e66bf06a99b21ffa483 (patch)
tree6baf2957bb9358b3a4d63419c6db673c6f56e81d /drivers/pci
parentaa9319773619c9d0caf2c4abc3ac12dc879dc8ed (diff)
PCI: Fix pci_check_and_unmask_intx() comment typos
Fix typos in pci_check_and_unmask_intx() function comment. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pci.c2
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)
3138EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); 3138EXPORT_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