All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] kernel-doc in kernel/irq/handle.c
@ 2006-07-18 11:59 ` Henne
  0 siblings, 0 replies; 4+ messages in thread
From: Henne @ 2006-07-18 11:59 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, kernel-janitors

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Adds the description of the parameters from handle_bad_irq().
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---

diff -ruN linux-2.6.18-rc2/kernel/irq/handle.c linux/kernel/irq/handle.c
--- linux-2.6.18-rc2/kernel/irq/handle.c        2006-07-18 13:37:39.000000000 +0200
+++ linux/kernel/irq/handle.c   2006-07-18 13:51:15.000000000 +0200
@@ -20,6 +20,11 @@

 /**
  * handle_bad_irq - handle spurious and unhandled irqs
+ * @irq:       the interrupt number
+ * @desc:      description of the interrupt
+ * @regs:      pointer to a register structure
+ *
+ * Handles spurious and unhandled IRQ's. It also prints a debugmessage.
  */
 void fastcall
 handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* [PATCH] kernel-doc in kernel/irq/handle.c
@ 2006-07-18 11:59 ` Henne
  0 siblings, 0 replies; 4+ messages in thread
From: Henne @ 2006-07-18 11:59 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, kernel-janitors

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Adds the description of the parameters from handle_bad_irq().
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---

diff -ruN linux-2.6.18-rc2/kernel/irq/handle.c linux/kernel/irq/handle.c
--- linux-2.6.18-rc2/kernel/irq/handle.c        2006-07-18 13:37:39.000000000 +0200
+++ linux/kernel/irq/handle.c   2006-07-18 13:51:15.000000000 +0200
@@ -20,6 +20,11 @@

 /**
  * handle_bad_irq - handle spurious and unhandled irqs
+ * @irq:       the interrupt number
+ * @desc:      description of the interrupt
+ * @regs:      pointer to a register structure
+ *
+ * Handles spurious and unhandled IRQ's. It also prints a debugmessage.
  */
 void fastcall
 handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)

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

* Re: [KJ] [PATCH] kernel-doc in kernel/irq/handle.c
  2006-07-18 11:59 ` Henne
@ 2006-07-19 17:02   ` Thomas Gleixner
  -1 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2006-07-19 17:02 UTC (permalink / raw)
  To: Henne; +Cc: linux-kernel, kernel-janitors

At Tue, 18 Jul 2006 13:59:54 +0200,
Henne wrote:
> 
> From: Henrik Kretzschmar <henne@nachtwindheim.de>
> 
> Adds the description of the parameters from handle_bad_irq().
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

Acked-by: Thomas Gleixner <tglx@linutronix.de>

Thanks,

	tglx


> ---
> 
> diff -ruN linux-2.6.18-rc2/kernel/irq/handle.c linux/kernel/irq/handle.c
> --- linux-2.6.18-rc2/kernel/irq/handle.c        2006-07-18 13:37:39.000000000 +0200
> +++ linux/kernel/irq/handle.c   2006-07-18 13:51:15.000000000 +0200
> @@ -20,6 +20,11 @@
> 
>  /**
>   * handle_bad_irq - handle spurious and unhandled irqs
> + * @irq:       the interrupt number
> + * @desc:      description of the interrupt
> + * @regs:      pointer to a register structure
> + *
> + * Handles spurious and unhandled IRQ's. It also prints a debugmessage.
>   */
>  void fastcall
>  handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [PATCH] kernel-doc in kernel/irq/handle.c
@ 2006-07-19 17:02   ` Thomas Gleixner
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2006-07-19 17:02 UTC (permalink / raw)
  To: Henne; +Cc: linux-kernel, kernel-janitors

At Tue, 18 Jul 2006 13:59:54 +0200,
Henne wrote:
> 
> From: Henrik Kretzschmar <henne@nachtwindheim.de>
> 
> Adds the description of the parameters from handle_bad_irq().
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

Acked-by: Thomas Gleixner <tglx@linutronix.de>

Thanks,

	tglx


> ---
> 
> diff -ruN linux-2.6.18-rc2/kernel/irq/handle.c linux/kernel/irq/handle.c
> --- linux-2.6.18-rc2/kernel/irq/handle.c        2006-07-18 13:37:39.000000000 +0200
> +++ linux/kernel/irq/handle.c   2006-07-18 13:51:15.000000000 +0200
> @@ -20,6 +20,11 @@
> 
>  /**
>   * handle_bad_irq - handle spurious and unhandled irqs
> + * @irq:       the interrupt number
> + * @desc:      description of the interrupt
> + * @regs:      pointer to a register structure
> + *
> + * Handles spurious and unhandled IRQ's. It also prints a debugmessage.
>   */
>  void fastcall
>  handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)

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

end of thread, other threads:[~2006-07-19 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-18 11:59 [KJ] [PATCH] kernel-doc in kernel/irq/handle.c Henne
2006-07-18 11:59 ` Henne
2006-07-19 17:02 ` [KJ] " Thomas Gleixner
2006-07-19 17:02   ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.