devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: irq: Fix function description comment
@ 2017-12-06 22:43 Vasyl Gomonovych
  2017-12-12 18:03 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Vasyl Gomonovych @ 2017-12-06 22:43 UTC (permalink / raw)
  To: devicetree, robh+dt, frowand.list, gomonovych; +Cc: linux-kernel

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

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

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

* Re: [PATCH] of: irq: Fix function description comment
  2017-12-06 22:43 [PATCH] of: irq: Fix function description comment Vasyl Gomonovych
@ 2017-12-12 18:03 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2017-12-12 18:03 UTC (permalink / raw)
  To: Vasyl Gomonovych; +Cc: devicetree, frowand.list, linux-kernel

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

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

end of thread, other threads:[~2017-12-12 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 22:43 [PATCH] of: irq: Fix function description comment Vasyl Gomonovych
2017-12-12 18:03 ` Rob Herring

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