* A typo in sysrq.c on 2.4.26
@ 2004-07-09 11:13 IIDA, MASANARI
2004-07-10 16:03 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: IIDA, MASANARI @ 2004-07-09 11:13 UTC (permalink / raw)
To: linux-kernel
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
};
Thanks
masanari
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: A typo in sysrq.c on 2.4.26
2004-07-09 11:13 A typo in sysrq.c on 2.4.26 IIDA, MASANARI
@ 2004-07-10 16:03 ` Marcelo Tosatti
0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2004-07-10 16:03 UTC (permalink / raw)
To: IIDA, MASANARI; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-10 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-09 11:13 A typo in sysrq.c on 2.4.26 IIDA, MASANARI
2004-07-10 16:03 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox