Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126902
b: refs/heads/master
c: edb123e
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Jan 6, 2009
1 parent 9180e16 commit 5d68df2
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: 277835adca10a696ac3e2a103ea537658c141a3c
refs/heads/master: edb123e16c6092bd08b67d1130ff03efeada0c89
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static int acquire_console_semaphore_for_printk(unsigned int cpu)
static const char recursion_bug_msg [] =
KERN_CRIT "BUG: recent printk recursion!\n";
static int recursion_bug;
static int new_text_line = 1;
static int new_text_line = 1;
static char printk_buf[1024];

asmlinkage int vprintk(const char *fmt, va_list args)
Expand Down

0 comments on commit 5d68df2

Please sign in to comment.