Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125414
b: refs/heads/master
c: c64d899
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jan 2, 2009
1 parent d0dddee commit 4362b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7820b75643a763abf595c99fab963000ffc8b5f0
refs/heads/master: c64d8996bd758cedc2ddc04b86ca66fa1d8599cf
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ asmlinkage void early_printk(const char *fmt, ...)
va_list ap;

va_start(ap, fmt);
n = vscnprintf(buf, 512, fmt, ap);
n = vscnprintf(buf, sizeof(buf), fmt, ap);
early_console->write(early_console, buf, n);
va_end(ap);
}
Expand Down

0 comments on commit 4362b8e

Please sign in to comment.