Commit bd0c5024 authored by Yijing Wang's avatar Yijing Wang Committed by Bjorn Helgaas

PCI: Fix comment typo for pcie_pme_remove()

Fix trivial comment typo for pcie_pme_remove().
Signed-off-by: default avatarYijing Wang <wangyijing@huawei.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 6ae32c53
...@@ -408,7 +408,7 @@ static int pcie_pme_resume(struct pcie_device *srv) ...@@ -408,7 +408,7 @@ static int pcie_pme_resume(struct pcie_device *srv)
/** /**
* pcie_pme_remove - Prepare PCIe PME service device for removal. * pcie_pme_remove - Prepare PCIe PME service device for removal.
* @srv - PCIe service device to resume. * @srv - PCIe service device to remove.
*/ */
static void pcie_pme_remove(struct pcie_device *srv) static void pcie_pme_remove(struct pcie_device *srv)
{ {
......
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