linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI/trivial: Fix comment typo for pci_add_cap_save_buffer()
@ 2013-08-01 13:05 Yijing Wang
  2013-08-01 17:04 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Yijing Wang @ 2013-08-01 13:05 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, Hanjun Guo, jiang.liu, Yijing Wang

Fix trivial comment typo for pci_add_cap_save_buffer().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
---
 drivers/pci/pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index a599a6b..a8d5fd0 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1992,7 +1992,7 @@ static void pci_add_saved_cap(struct pci_dev *pci_dev,
 }
 
 /**
- * pci_add_save_buffer - allocate buffer for saving given capability registers
+ * pci_add_cap_save_buffer - allocate buffer for saving given capability registers
  * @dev: the PCI device
  * @cap: the capability to allocate the buffer for
  * @size: requested size of the buffer
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCI/trivial: Fix comment typo for pci_add_cap_save_buffer()
  2013-08-01 13:05 [PATCH] PCI/trivial: Fix comment typo for pci_add_cap_save_buffer() Yijing Wang
@ 2013-08-01 17:04 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-08-01 17:04 UTC (permalink / raw)
  To: Yijing Wang; +Cc: linux-pci@vger.kernel.org, Hanjun Guo, Jiang Liu

On Thu, Aug 1, 2013 at 7:05 AM, Yijing Wang <wangyijing@huawei.com> wrote:
> Fix trivial comment typo for pci_add_cap_save_buffer().
>
> Signed-off-by: Yijing Wang <wangyijing@huawei.com>

Applied to pci/misc for v3.12, thanks!

> ---
>  drivers/pci/pci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
> index a599a6b..a8d5fd0 100644
> --- a/drivers/pci/pci.c
> +++ b/drivers/pci/pci.c
> @@ -1992,7 +1992,7 @@ static void pci_add_saved_cap(struct pci_dev *pci_dev,
>  }
>
>  /**
> - * pci_add_save_buffer - allocate buffer for saving given capability registers
> + * pci_add_cap_save_buffer - allocate buffer for saving given capability registers
>   * @dev: the PCI device
>   * @cap: the capability to allocate the buffer for
>   * @size: requested size of the buffer
> --
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-01 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 13:05 [PATCH] PCI/trivial: Fix comment typo for pci_add_cap_save_buffer() Yijing Wang
2013-08-01 17:04 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).