Message ID | 1370749669-20348-1-git-send-email-wangyijing@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Sat, Jun 8, 2013 at 9:47 PM, Yijing Wang <wangyijing@huawei.com> wrote: > Fix trivial comment typo for pcie_pme_remove(). > > Signed-off-by: Yijing Wang <wangyijing@huawei.com> Applied to pci/misc for v3.11, thanks. > --- > 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 795db1f..e56e594 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) > > /** > * 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) > { > -- > 1.7.1 > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c index 795db1f..e56e594 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) /** * 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) {
Fix trivial comment typo for pcie_pme_remove(). Signed-off-by: Yijing Wang <wangyijing@huawei.com> --- drivers/pci/pcie/pme.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)