Skip to content

Commit

Permalink
irq/of: Fix comment typo for irq_of_parse_and_map
Browse files Browse the repository at this point in the history
Fix trivial comment typo for irq_of_parse_and_map().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
  • Loading branch information
Yijing Wang authored and Grant Likely committed Sep 9, 2013
1 parent 109b623 commit d84ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/of/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* irq_of_parse_and_map - Parse and map an interrupt into linux virq space
* @device: Device node of the device whose interrupt is to be mapped
* @dev: Device node of the device whose interrupt is to be mapped
* @index: Index of the interrupt to map
*
* This function is a wrapper that chains of_irq_map_one() and
Expand Down

0 comments on commit d84ff46

Please sign in to comment.