LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] interrupt.h: fix fatal kernel-doc error
@ 2010-05-21 16:03 Randy Dunlap
  2010-05-22  8:30 ` Marc Zyngier
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-05-21 16:03 UTC (permalink / raw
  To: lkml; +Cc: torvalds, Marc Zyngier

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 include/linux/interrupt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.34-git6.orig/include/linux/interrupt.h
+++ linux-2.6.34-git6/include/linux/interrupt.h
@@ -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.
  *

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] interrupt.h: fix fatal kernel-doc error
  2010-05-21 16:03 [PATCH] interrupt.h: fix fatal kernel-doc error Randy Dunlap
@ 2010-05-22  8:30 ` Marc Zyngier
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2010-05-22  8:30 UTC (permalink / raw
  To: Randy Dunlap; +Cc: lkml, torvalds

On Fri, 21 May 2010 09:03:01 -0700
Randy Dunlap <randy.dunlap@oracle.com> wrote:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> 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>

Acked-by: Marc Zyngier <maz@misterjones.org>

	M.
-- 
I'm the slime oozin' out from your TV set...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-22  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21 16:03 [PATCH] interrupt.h: fix fatal kernel-doc error Randy Dunlap
2010-05-22  8:30 ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).