Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242506
b: refs/heads/master
c: 71f9e59
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Ingo Molnar committed Mar 24, 2011
1 parent 01a1c63 commit 4f0c318
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: 0f77a8d378254f27df4a114a5da67223af1fe93f
refs/heads/master: 71f9e59800e5ad4e6b683348424c9fe54306cd43
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/dumpstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static int die_counter;

void printk_address(unsigned long address, int reliable)
{
printk(" [<%p>] %s%pS\n", (void *) address,
printk(" [<%p>] %s%pB\n", (void *) address,
reliable ? "" : "? ", (void *) address);
}

Expand Down

0 comments on commit 4f0c318

Please sign in to comment.