2013-08-31 01:45:24

by Yijing Wang

[permalink] [raw]
Subject: [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map

Fix trivial comment typo for irq_of_parse_and_map().

Signed-off-by: Yijing Wang <[email protected]>
---
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


2013-09-09 16:03:36

by Grant Likely

[permalink] [raw]
Subject: Re: [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map

On Sat, 31 Aug 2013 09:44:10 +0800, Yijing Wang <[email protected]> wrote:
> Fix trivial comment typo for irq_of_parse_and_map().
>
> Signed-off-by: Yijing Wang <[email protected]>

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