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:
6ae32c5
)
PCI: Fix comment typo for pcie_pme_remove()
author
Yijing Wang
<wangyijing@huawei.com>
Sun, 9 Jun 2013 03:47:49 +0000
(11:47 +0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 10 Jun 2013 16:58:26 +0000
(10:58 -0600)
Fix trivial comment typo for pcie_pme_remove().
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/pme.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie/pme.c
b/drivers/pci/pcie/pme.c
index 795db1f9d50c695893419b766697850c17511752..e56e594ce112fd2f8f15696d9036054e03aa9f63 100644
(file)
--- a/
drivers/pci/pcie/pme.c
+++ b/
drivers/pci/pcie/pme.c
@@
-408,7
+408,7
@@
static int pcie_pme_resume(struct pcie_device *srv)
/**
* pcie_pme_remove - Prepare PCIe PME service device for removal.
- * @srv - PCIe service device to re
sum
e.
+ * @srv - PCIe service device to re
mov
e.
*/
static void pcie_pme_remove(struct pcie_device *srv)
{