irq/of: Fix comment typo for irq_of_parse_and_map
authorYijing Wang <wangyijing@huawei.com>
Sat, 31 Aug 2013 01:44:10 +0000 (09:44 +0800)
committerGrant Likely <grant.likely@linaro.org>
Mon, 9 Sep 2013 16:03:19 +0000 (17:03 +0100)
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>
drivers/of/irq.c

index 1264923..1752988 100644 (file)
@@ -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