Commit ebd50b93 authored by Bjorn Helgaas's avatar Bjorn Helgaas

PCI: Fix pci_check_and_unmask_intx() comment typos

Fix typos in pci_check_and_unmask_intx() function comment.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent aa931977
...@@ -3138,7 +3138,7 @@ bool pci_check_and_mask_intx(struct pci_dev *dev) ...@@ -3138,7 +3138,7 @@ bool pci_check_and_mask_intx(struct pci_dev *dev)
EXPORT_SYMBOL_GPL(pci_check_and_mask_intx); 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 * @dev: the PCI device to operate on
* *
* Check if the device dev has its INTx line asserted, unmask it if not * Check if the device dev has its INTx line asserted, unmask it if not
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment