From: Steven Rostedt Date: Tue, 12 May 2009 18:35:54 +0000 (-0400) Subject: genirq: fix comment to say IRQ_WAKE_THREAD X-Git-Tag: v2.6.31-rc1~92^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a2eddb9b62959dc55c6978b5eaeb3dd57c5ff2;p=pandora-kernel.git 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 LKML-Reference: Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed