]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
of: irq: Fix function description comment
authorVasyl Gomonovych <gomonovych@gmail.com>
Wed, 6 Dec 2017 22:43:34 +0000 (23:43 +0100)
committerRob Herring <robh@kernel.org>
Tue, 12 Dec 2017 18:03:06 +0000 (12:03 -0600)
Make small cleanup in function description for
of_irq_parse_raw

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/irq.c

index ec00ae7384c237eca360b5e7dd4e8f1eb5785b95..7dcea86e052c456c43ee9a999a6932a640eb1548 100644 (file)
@@ -83,9 +83,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent);
 
 /**
  * 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
  *