Skip to content

Commit

Permalink
PCI: Fix comment typo for pcie_pme_remove()
Browse files Browse the repository at this point in the history
Fix trivial comment typo for pcie_pme_remove().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Yijing Wang authored and Bjorn Helgaas committed Jun 10, 2013
1 parent 6ae32c5 commit bd0c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/pcie/pme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 resume.
* @srv - PCIe service device to remove.
*/
static void pcie_pme_remove(struct pcie_device *srv)
{
Expand Down

0 comments on commit bd0c502

Please sign in to comment.