Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86329
b: refs/heads/master
c: 37c00b8
h: refs/heads/master
i:
  86327: acdf6eb
v: v3
  • Loading branch information
Linus Torvalds committed Feb 26, 2008
1 parent c74a257 commit 38c086a
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: 13d77c37cab2bb906022309e1e7182c327e49916
refs/heads/master: 37c00b84d0c1b5c4c65ae837e2235160c03e84c2
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
}
/* Emit the output into the temporary buffer */
printed_len += vscnprintf(printk_buf + printed_len,
sizeof(printk_buf), fmt, args);
sizeof(printk_buf) - printed_len, fmt, args);

/*
* Copy the output into log_buf. If the caller didn't provide
Expand Down

0 comments on commit 38c086a

Please sign in to comment.