diff mbox series

of: irq: Fix function description comment

Message ID 1512600215-12580-1-git-send-email-gomonovych@gmail.com
State Accepted, archived
Headers show
Series of: irq: Fix function description comment | expand

Commit Message

Vasyl Gomonovych Dec. 6, 2017, 10:43 p.m. UTC
Make small cleanup in function description for
of_irq_parse_raw

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
---
 drivers/of/irq.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Rob Herring (Arm) Dec. 12, 2017, 6:03 p.m. UTC | #1
On Wed, Dec 06, 2017 at 11:43:34PM +0100, Vasyl Gomonovych wrote:
> Make small cleanup in function description for
> of_irq_parse_raw
> 
> Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
> ---
>  drivers/of/irq.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks.

Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index ec00ae7..7dcea86 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -83,9 +83,8 @@  struct device_node *of_irq_find_parent(struct device_node *child)
 
 /**
  * of_irq_parse_raw - Low level interrupt tree parsing
- * @parent:	the device interrupt parent
  * @addr:	address specifier (start of "reg" property of the device) in be32 format
- * @out_irq:	structure of_irq updated by this function
+ * @out_irq:	structure of_phandle_args updated by this function
  *
  * Returns 0 on success and a negative number on error
  *