Merge branch 'akpm-current/current'
[deliverable/linux.git] / fs / proc / base.c
index 5ef2ae81f623387aaaa5b68f8b6ecce26e26542b..dc7fe5f3a53c5e97a2b1df4b89906c12ca364434 100644 (file)
@@ -483,7 +483,7 @@ static int proc_pid_stack(struct seq_file *m, struct pid_namespace *ns,
                save_stack_trace_tsk(task, &trace);
 
                for (i = 0; i < trace.nr_entries; i++) {
-                       seq_printf(m, "[<%pK>] %pS\n",
+                       seq_printf(m, "[<%pK>] %pB\n",
                                   (void *)entries[i], (void *)entries[i]);
                }
                unlock_trace(task);
This page took 0.024712 seconds and 5 git commands to generate.