From: Bjorn Helgaas Date: Wed, 15 Jan 2014 00:10:39 +0000 (-0700) Subject: PCI: Fix pci_check_and_unmask_intx() comment typos X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ebd50b939c33c692a4914e66bf06a99b21ffa483;p=linux-beck.git PCI: Fix pci_check_and_unmask_intx() comment typos Fix typos in pci_check_and_unmask_intx() function comment. Signed-off-by: Bjorn Helgaas --- 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) 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