Skip to content

Commit

Permalink
[PATCH] type fix in arm/boot/compressed/misc.c
Browse files Browse the repository at this point in the history
spot the typo...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2005
1 parent a6e0eb3 commit 942b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 942b6f6

Please sign in to comment.