Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308984
b: refs/heads/master
c: fd0a373
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Boyd authored and Linus Torvalds committed May 29, 2012
1 parent 4d2ecac commit 78e43d4
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: 4796dd200db943e36f876e7029552212e5bbdf33
refs/heads/master: fd0a37355c4d39affa39d5cd75168fb94b292318
2 changes: 1 addition & 1 deletion trunk/lib/spinlock_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void spin_dump(raw_spinlock_t *lock, const char *msg)
printk(KERN_EMERG "BUG: spinlock %s on CPU#%d, %s/%d\n",
msg, raw_smp_processor_id(),
current->comm, task_pid_nr(current));
printk(KERN_EMERG " lock: %p, .magic: %08x, .owner: %s/%d, "
printk(KERN_EMERG " lock: %ps, .magic: %08x, .owner: %s/%d, "
".owner_cpu: %d\n",
lock, lock->magic,
owner ? owner->comm : "<none>",
Expand Down

0 comments on commit 78e43d4

Please sign in to comment.