From: Yijing Wang Date: Sat, 31 Aug 2013 01:44:10 +0000 (+0800) Subject: irq/of: Fix comment typo for irq_of_parse_and_map X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d84ff46a9e19fe27ac6e4d7740ca0429c28e778a;p=linux-beck.git 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 Signed-off-by: Grant Likely --- 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 @@ /** * 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