linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: msi: fix typos in <linux/msi.h>
@ 2015-12-21 13:13 Thomas Petazzoni
  2016-01-07 17:48 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-21 13:13 UTC (permalink / raw)
  To: Marc Zyngier, Thomas Gleixner, Bjorn Helgaas
  Cc: linux-pci, Gregory Clement, Thomas Petazzoni

This commit fixes two typos in the <linux/msi.h> header.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 include/linux/msi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/msi.h b/include/linux/msi.h
index f71a25e..8974b21 100644
--- a/include/linux/msi.h
+++ b/include/linux/msi.h
@@ -186,7 +186,7 @@ struct msi_domain_info;
  * @msi_free:		Domain specific function to free a MSI interrupts
  * @msi_check:		Callback for verification of the domain/info/dev data
  * @msi_prepare:	Prepare the allocation of the interrupts in the domain
- * @msi_finish:		Optional callbacl to finalize the allocation
+ * @msi_finish:		Optional callback to finalize the allocation
  * @set_desc:		Set the msi descriptor for an interrupt
  * @handle_error:	Optional error handler if the allocation fails
  *
@@ -194,7 +194,7 @@ struct msi_domain_info;
  * msi_create_irq_domain() and related interfaces
  *
  * @msi_check, @msi_prepare, @msi_finish, @set_desc and @handle_error
- * are callbacks used by msi_irq_domain_alloc_irqs() and related
+ * are callbacks used by msi_domain_alloc_irqs() and related
  * interfaces which are based on msi_desc.
  */
 struct msi_domain_ops {
-- 
2.6.4


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

* Re: [PATCH] PCI: msi: fix typos in <linux/msi.h>
  2015-12-21 13:13 [PATCH] PCI: msi: fix typos in <linux/msi.h> Thomas Petazzoni
@ 2016-01-07 17:48 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2016-01-07 17:48 UTC (permalink / raw)
  To: Thomas Petazzoni
  Cc: Marc Zyngier, Thomas Gleixner, Bjorn Helgaas, linux-pci,
	Gregory Clement

On Mon, Dec 21, 2015 at 02:13:08PM +0100, Thomas Petazzoni wrote:
> This commit fixes two typos in the <linux/msi.h> header.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied for v4.5, thanks!  I plan to merge this with other trivial patches
near the end of the merge window.

> ---
>  include/linux/msi.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/msi.h b/include/linux/msi.h
> index f71a25e..8974b21 100644
> --- a/include/linux/msi.h
> +++ b/include/linux/msi.h
> @@ -186,7 +186,7 @@ struct msi_domain_info;
>   * @msi_free:		Domain specific function to free a MSI interrupts
>   * @msi_check:		Callback for verification of the domain/info/dev data
>   * @msi_prepare:	Prepare the allocation of the interrupts in the domain
> - * @msi_finish:		Optional callbacl to finalize the allocation
> + * @msi_finish:		Optional callback to finalize the allocation
>   * @set_desc:		Set the msi descriptor for an interrupt
>   * @handle_error:	Optional error handler if the allocation fails
>   *
> @@ -194,7 +194,7 @@ struct msi_domain_info;
>   * msi_create_irq_domain() and related interfaces
>   *
>   * @msi_check, @msi_prepare, @msi_finish, @set_desc and @handle_error
> - * are callbacks used by msi_irq_domain_alloc_irqs() and related
> + * are callbacks used by msi_domain_alloc_irqs() and related
>   * interfaces which are based on msi_desc.
>   */
>  struct msi_domain_ops {
> -- 
> 2.6.4
> 
> --
> 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:[~2016-01-07 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 13:13 [PATCH] PCI: msi: fix typos in <linux/msi.h> Thomas Petazzoni
2016-01-07 17:48 ` 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).