diff mbox

PCI: Fix comment typo for pcie_pme_remove()

Message ID 1370749669-20348-1-git-send-email-wangyijing@huawei.com
State Accepted
Headers show

Commit Message

Yijing Wang June 9, 2013, 3:47 a.m. UTC
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(-)

Comments

Bjorn Helgaas June 10, 2013, 4:59 p.m. UTC | #1
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 mbox

Patch

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)
 {