Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332477
b: refs/heads/master
c: 45ec169
h: refs/heads/master
i:
  332475: 04e6a6f
v: v3
  • Loading branch information
Kees Cook authored and Linus Torvalds committed Oct 9, 2012
1 parent d757668 commit e667abc
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: 8449d21fb49e9824e2736c5febd6b5d287cd2ba1
refs/heads/master: 45ec16908e84e00d847e9063231fb3a75e6366bc
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,7 @@ static int s_show(struct seq_file *m, void *p)
{
struct vm_struct *v = p;

seq_printf(m, "0x%p-0x%p %7ld",
seq_printf(m, "0x%pK-0x%pK %7ld",
v->addr, v->addr + v->size, v->size);

if (v->caller)
Expand Down

0 comments on commit e667abc

Please sign in to comment.