Skip to content

Commit

Permalink
interrupt.h: fix fatal kernel-doc error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and torvalds committed May 21, 2010
1 parent 70ca0a4 commit b4e6b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b4e6b09

Please sign in to comment.