]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/of/irq.c
Merge remote-tracking branch 'powerpc/next'
[karo-tx-linux.git] / drivers / of / irq.c
index 1264923ade0f2c7973528080d3fa75167b6be0b4..1752988d6aa80224ced68ab6e62744c77e8ab4be 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