A typo in sysrq.c on 2.4.26

From: IIDA, MASANARI
Date: Fri Jul 09 2004 - 06:19:08 EST


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
-
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/