Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 942b6f62 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] type fix in arm/boot/compressed/misc.c



spot the typo...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a6e0eb37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ unsigned int __machine_arch_type;
#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)