Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fae3b9cd authored by Vasyl Gomonovych's avatar Vasyl Gomonovych Committed by Rob Herring
Browse files

of: irq: Fix function description comment



Make small cleanup in function description for
of_irq_parse_raw

Signed-off-by: default avatarVasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 6019a3d0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
 *