diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-06-08 23:47:49 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-06-10 12:58:26 -0400 |
commit | bd0c50240b71a69ba6cc690797e2371002cd241c (patch) | |
tree | 458d09140d16f7230af4ce3bf2ef74554ca2e8bc | |
parent | 6ae32c539c0412ca789fb6041be45eeabf78431c (diff) |
PCI: Fix comment typo for pcie_pme_remove()
Fix trivial comment typo for pcie_pme_remove().
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/pcie/pme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c index 795db1f9d50c..e56e594ce112 100644 --- 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) | |||
408 | 408 | ||
409 | /** | 409 | /** |
410 | * pcie_pme_remove - Prepare PCIe PME service device for removal. | 410 | * pcie_pme_remove - Prepare PCIe PME service device for removal. |
411 | * @srv - PCIe service device to resume. | 411 | * @srv - PCIe service device to remove. |
412 | */ | 412 | */ |
413 | static void pcie_pme_remove(struct pcie_device *srv) | 413 | static void pcie_pme_remove(struct pcie_device *srv) |
414 | { | 414 | { |