소스 검색

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

spot the typo...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 19 년 전
부모
커밋
942b6f6216
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/arm/boot/compressed/misc.c

+ 1 - 1
arch/arm/boot/compressed/misc.c

@@ -30,7 +30,7 @@ unsigned int __machine_arch_type;
 #define putstr icedcc_putstr
 #define putstr icedcc_putstr
 #define putc icedcc_putc
 #define putc icedcc_putc
 
 
-extern void idedcc_putc(int ch);
+extern void icedcc_putc(int ch);
 
 
 static void
 static void
 icedcc_putstr(const char *ptr)
 icedcc_putstr(const char *ptr)