提交 b4e6b097 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

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: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 70ca0a42
...@@ -78,7 +78,7 @@ enum { ...@@ -78,7 +78,7 @@ enum {
IRQTF_AFFINITY, IRQTF_AFFINITY,
}; };
/** /*
* These values can be returned by request_any_context_irq() and * These values can be returned by request_any_context_irq() and
* describe the context the interrupt will be run in. * describe the context the interrupt will be run in.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册