Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-unstable...
[deliverable/linux.git] / mm / vmalloc.c
index 8de704679bfc595be27703c081c8b2fc57e36e10..78e08300db21c6707dc1a69d6e8212f332ae68a0 100644 (file)
@@ -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)
This page took 0.034299 seconds and 5 git commands to generate.