genirq: fix comment to say IRQ_WAKE_THREAD
authorSteven Rostedt <rostedt@goodmis.org>
Tue, 12 May 2009 18:35:54 +0000 (14:35 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2009 20:11:29 +0000 (22:11 +0200)
commit39a2eddb9b62959dc55c6978b5eaeb3dd57c5ff2
treecef63cdc205079cbdbeafd71998eacb31052b54c
parent1d80cac0fe44fb87b2a3d35fddd7f534ea81cd90
genirq: fix comment to say IRQ_WAKE_THREAD

Trying to implement a driver to use threaded irqs, I was confused when the
return value to use that was described in the comment above
request_threaded_irq was not defined.

Turns out that the enum is IRQ_WAKE_THREAD where as the comment said
IRQ_THREAD_WAKE.

[Impact: do not confuse developers with wrong comments ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <alpine.DEB.2.00.0905121431020.13338@gandalf.stny.rr.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/manage.c