Re: A typo in sysrq.c on 2.4.26

From: Marcelo Tosatti
Date: Sat Jul 10 2004 - 11:43:40 EST


On Fri, Jul 09, 2004 at 08:13:21PM +0900, IIDA, MASANARI wrote:
> Hi Marcelo
>
> This patch fix a typo in drivers/char/sysrq.c on 2.4.26.
> I have confirmed kernel 2.6.7 doesn't have this typo.
>
> --- drivers/char/sysrq.c Mon Aug 25 20:44:41 2003
> +++ drivers/char/sysrq.c.new Fri Jul 9 19:58:07 2004
> @@ -365,7 +365,7 @@
> /* v */ NULL,
> /* w */ NULL,
> /* x */ NULL,
> -/* w */ NULL,
> +/* y */ NULL,
> /* z */ NULL
> };

Hi,

Patch applied, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/