]> bbs.cooldavid.org Git - net-next-2.6.git/commit
interrupt.h: fix fatal kernel-doc error
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 21 May 2010 16:03:01 +0000 (09:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2010 17:48:12 +0000 (10:48 -0700)
commitb4e6b09738fde057ce885703705f71cc953d0512
treeaacaf3adc99f19281d808d7c5a45ea47161be675
parent70ca0a42fe1702ac0784386c44b05d18ee5f1f9e
interrupt.h: fix fatal kernel-doc error

Fix kernel-doc fatal error:
/** beginning a non-kernel-doc comment block:
(That alone does not kill kernel-doc, but the 'enum' was
totally confusing to it.)

Error(/lnx/src/TMP/linux-2.6.34-git6//include/linux/interrupt.h:88): cannot understand prototype: 'enum '
make[2]: *** [Documentation/DocBook/genericirq.xml] Error 1

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/interrupt.h