Skip to content

Commit

Permalink
of: irq: Fix function description comment
Browse files Browse the repository at this point in the history
Make small cleanup in function description for
of_irq_parse_raw

Signed-off-by: Vasyl Gomonovych <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
Carmichael561 authored and robherring committed Dec 12, 2017
1 parent 6019a3d commit fae3b9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/of/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit fae3b9c

Please sign in to comment.