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>
This commit is contained in:
parent
6ae32c539c
commit
bd0c50240b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue