diff options
Diffstat (limited to 'mm/vmalloc.c')
| -rw-r--r-- | mm/vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 779998a9e..8ba38ca0e 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -2666,7 +2666,7 @@ static int s_show(struct seq_file *m, void *p) seq_printf(m, " vpages"); if (v->flags & VM_LOWMEM) - seq_printf(m, " lowmem"); + seq_puts(m, " lowmem"); show_numa_info(m, v); seq_putc(m, '\n'); |
