* [PATCH] type fix in arm/boot/compressed/misc.c
@ 2005-10-29 11:07 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-10-29 11:07 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Russell King, linux-kernel
spot the typo...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC14-base/arch/arm/boot/compressed/misc.c current/arch/arm/boot/compressed/misc.c
--- RC14-base/arch/arm/boot/compressed/misc.c 2005-06-17 15:48:29.000000000 -0400
+++ current/arch/arm/boot/compressed/misc.c 2005-10-28 20:57:14.000000000 -0400
@@ -30,7 +30,7 @@
#define putstr icedcc_putstr
#define putc icedcc_putc
-extern void idedcc_putc(int ch);
+extern void icedcc_putc(int ch);
static void
icedcc_putstr(const char *ptr)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-29 11:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29 11:07 [PATCH] type fix in arm/boot/compressed/misc.c Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox