Merge branch 'akpm' (patches from Andrew)
[sfrench/cifs-2.6.git] / fs / proc / task_nommu.c
index f912872fbf9139e06096972cdedab2ebee0d3377..36bf0f2e102e7811d8e8b6bee41a64cb64b65930 100644 (file)
@@ -178,7 +178,7 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
                seq_file_path(m, file, "");
        } else if (mm && is_stack(vma)) {
                seq_pad(m, ' ');
-               seq_printf(m, "[stack]");
+               seq_puts(m, "[stack]");
        }
 
        seq_putc(m, '\n');