projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e0eb3
)
[PATCH] type fix in arm/boot/compressed/misc.c
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 29 Oct 2005 11:07:11 +0000
(12:07 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 29 Oct 2005 17:35:08 +0000
(10:35 -0700)
spot the typo...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/boot/compressed/misc.c
patch
|
blob
|
history
diff --git
a/arch/arm/boot/compressed/misc.c
b/arch/arm/boot/compressed/misc.c
index 23434b56786a124f9592c824875744b2b7e16446..50f13eec6cd70cd4c2e0a93233af141027211529 100644
(file)
--- a/
arch/arm/boot/compressed/misc.c
+++ b/
arch/arm/boot/compressed/misc.c
@@
-30,7
+30,7
@@
unsigned int __machine_arch_type;
#define putstr icedcc_putstr
#define putc icedcc_putc
-extern void i
d
edcc_putc(int ch);
+extern void i
c
edcc_putc(int ch);
static void
icedcc_putstr(const char *ptr)