interrupt.h: fix fatal kernel-doc error
authorRandy Dunlap <[email protected]>
Fri, 21 May 2010 16:03:01 +0000 (09:03 -0700)
committerLinus Torvalds <[email protected]>
Fri, 21 May 2010 17:48:12 +0000 (10:48 -0700)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/interrupt.h

index 5137db3317f9341d86ad35c17d341dca67bd2493..c2331138ca1bb5e3d9b543b9f3d71d92b95fb399 100644 (file)
@@ -78,7 +78,7 @@ enum {
        IRQTF_AFFINITY,
 };
 
-/**
+/*
  * These values can be returned by request_any_context_irq() and
  * describe the context the interrupt will be run in.
  *