projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa93197
)
PCI: Fix pci_check_and_unmask_intx() comment typos
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 15 Jan 2014 00:10:39 +0000
(17:10 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 15 Jan 2014 00:10:39 +0000
(17:10 -0700)
Fix typos in pci_check_and_unmask_intx() function comment.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pci.c
b/drivers/pci/pci.c
index 33120d15666895a2b48aec1c83f7b41f7b93c3be..4f89a99e2de34c3a2138bd26f1308a3d93d7fb06 100644
(file)
--- 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 o
f no interrupt is pending
+ * pci_check_and_
unmask_intx - unmask INTx i
f 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