diff options
| author | Yijing Wang <wangyijing@huawei.com> | 2013-08-30 21:44:10 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@linaro.org> | 2013-09-09 12:03:19 -0400 |
| commit | d84ff46a9e19fe27ac6e4d7740ca0429c28e778a (patch) | |
| tree | a5c3a29b7f83597d8e2c5ce695dc9a5727a8534b | |
| parent | 109b6236294b53d8eaa50be7d9e9ad37079f5f7e (diff) | |
irq/of: Fix comment typo for irq_of_parse_and_map
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>
| -rw-r--r-- | drivers/of/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 1264923ade0f..1752988d6aa8 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | /** | 29 | /** |
| 30 | * irq_of_parse_and_map - Parse and map an interrupt into linux virq space | 30 | * irq_of_parse_and_map - Parse and map an interrupt into linux virq space |
| 31 | * @device: Device node of the device whose interrupt is to be mapped | 31 | * @dev: Device node of the device whose interrupt is to be mapped |
| 32 | * @index: Index of the interrupt to map | 32 | * @index: Index of the interrupt to map |
| 33 | * | 33 | * |
| 34 | * This function is a wrapper that chains of_irq_map_one() and | 34 | * This function is a wrapper that chains of_irq_map_one() and |
