devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map
@ 2013-08-31  1:44 Yijing Wang
  2013-09-09 16:03 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Yijing Wang @ 2013-08-31  1:44 UTC (permalink / raw)
  To: Grant Likely, Rob Herring
  Cc: devicetree, linux-kernel, Yijing Wang, Hanjun Guo

Fix trivial comment typo for irq_of_parse_and_map().

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

diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index 1264923..1752988 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -28,7 +28,7 @@
 
 /**
  * irq_of_parse_and_map - Parse and map an interrupt into linux virq space
- * @device: Device node of the device whose interrupt is to be mapped
+ * @dev: Device node of the device whose interrupt is to be mapped
  * @index: Index of the interrupt to map
  *
  * This function is a wrapper that chains of_irq_map_one() and
-- 
1.7.1

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

* Re: [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map
  2013-08-31  1:44 [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map Yijing Wang
@ 2013-09-09 16:03 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2013-09-09 16:03 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree, linux-kernel, Yijing Wang, Hanjun Guo

On Sat, 31 Aug 2013 09:44:10 +0800, Yijing Wang <wangyijing@huawei.com> wrote:
> Fix trivial comment typo for irq_of_parse_and_map().
> 
> Signed-off-by: Yijing Wang <wangyijing@huawei.com>

Applied, thanks.

g.

> ---
>  drivers/of/irq.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/of/irq.c b/drivers/of/irq.c
> index 1264923..1752988 100644
> --- a/drivers/of/irq.c
> +++ b/drivers/of/irq.c
> @@ -28,7 +28,7 @@
>  
>  /**
>   * irq_of_parse_and_map - Parse and map an interrupt into linux virq space
> - * @device: Device node of the device whose interrupt is to be mapped
> + * @dev: Device node of the device whose interrupt is to be mapped
>   * @index: Index of the interrupt to map
>   *
>   * This function is a wrapper that chains of_irq_map_one() and
> -- 
> 1.7.1
> 
> 

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

end of thread, other threads:[~2013-09-09 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31  1:44 [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map Yijing Wang
2013-09-09 16:03 ` Grant Likely

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