diff --git a/[refs] b/[refs] index 8071dbe5f1c1..3a6e3b34c274 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8449d21fb49e9824e2736c5febd6b5d287cd2ba1 +refs/heads/master: 45ec16908e84e00d847e9063231fb3a75e6366bc diff --git a/trunk/mm/vmalloc.c b/trunk/mm/vmalloc.c index 8de704679bfc..78e08300db21 100644 --- a/trunk/mm/vmalloc.c +++ b/trunk/mm/vmalloc.c @@ -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)