瀏覽代碼

genirq: fix reference in devm_request_threaded_irq comment

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>
Emilio López 11 年之前
父節點
當前提交
307b28b95c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/irq/devres.c

+ 1 - 1
kernel/irq/devres.c

@@ -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