]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
genirq: fix reference in devm_request_threaded_irq comment
authorEmilio López <emilio@elopez.com.ar>
Tue, 1 Jul 2014 19:47:35 +0000 (16:47 -0300)
committerJiri Kosina <jkosina@suse.cz>
Thu, 28 Aug 2014 13:22:00 +0000 (15:22 +0200)
It should be request_threaded_irq, not request_irq

[jkosina@suse.cz: not that it would matter, as both have the same
 set of arguments anyway, but for sake of consistency ...]

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/irq/devres.c

index 1ef0606797c9c211b5b328aef7696a23b1eab652..d5d0f7345c54504ac7e03f14394f282c86614a92 100644 (file)
@@ -38,7 +38,7 @@ static int devm_irq_match(struct device *dev, void *res, void *data)
  *
  *     Except for the extra @dev argument, this function takes the
  *     same arguments and performs the same function as
- *     request_irq().  IRQs requested with this function will be
+ *     request_threaded_irq().  IRQs requested with this function will be
  *     automatically freed on driver detach.
  *
  *     If an IRQ allocated with this function needs to be freed