LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com> To: lkml <linux-kernel@vger.kernel.org> Cc: akpm <akpm@osdl.org> Subject: [PATCH 3/3] IRQ kernel-doc fixes Date: Sat, 10 Feb 2007 14:42:04 -0800 [thread overview] Message-ID: <20070210144204.c9ee7a73.randy.dunlap@oracle.com> (raw) From: Randy Dunlap <randy.dunlap@oracle.com> Fix kernel-doc warnings in IRQ management. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- include/linux/irq.h | 1 + kernel/irq/chip.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.20-git6.orig/include/linux/irq.h +++ linux-2.6.20-git6/include/linux/irq.h @@ -127,6 +127,7 @@ struct irq_chip { * * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] * @chip: low level interrupt hardware access + * @msi_desc: MSI descriptor * @handler_data: per-IRQ data for the irq_chip methods * @chip_data: platform-specific per-chip private data for the chip * methods, to allow shared chip implementations --- linux-2.6.20-git6.orig/kernel/irq/chip.c +++ linux-2.6.20-git6/kernel/irq/chip.c @@ -168,7 +168,7 @@ EXPORT_SYMBOL(set_irq_data); /** * set_irq_data - set irq type data for an irq * @irq: Interrupt number - * @data: Pointer to interrupt specific data + * @entry: Pointer to MSI descriptor data * * Set the hardware irq controller data for an irq */
reply other threads:[~2007-02-10 22:45 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20070210144204.c9ee7a73.randy.dunlap@oracle.com \ --to=randy.dunlap@oracle.com \ --cc=akpm@osdl.org \ --cc=linux-kernel@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).