lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 19 Jul 2006 19:02:14 +0200
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Henne <henne@...htwindheim.de>
Cc:	linux-kernel@...r.kernel.org, kernel-janitors@...ts.osdl.org
Subject: Re: [PATCH] kernel-doc in kernel/irq/handle.c

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

Acked-by: Thomas Gleixner <tglx@...utronix.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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ