public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

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