Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100660
b: refs/heads/master
c: 2429e4e
h: refs/heads/master
v: v3
  • Loading branch information
Huang, Ying authored and Ingo Molnar committed Jun 13, 2008
1 parent 490ffbd commit af0a88f
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: 6ad36762d7a88d747f6fed95194b4f7ff5da8df4
refs/heads/master: 2429e4ee78e2fa40f82a4572dd21d4f3b4de9325
2 changes: 1 addition & 1 deletion trunk/kernel/lockdep_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int l_show(struct seq_file *m, void *v)

list_for_each_entry(entry, &class->locks_after, entry) {
if (entry->distance == 1) {
seq_printf(m, " -> [%p] ", entry->class);
seq_printf(m, " -> [%p] ", entry->class->key);
print_name(m, entry->class);
seq_puts(m, "\n");
}
Expand Down

0 comments on commit af0a88f

Please sign in to comment.