diff options
author | Joe Perches <joe@perches.com> | 2010-03-26 22:27:58 -0400 |
---|---|---|
committer | Pekka Enberg <penberg@cs.helsinki.fi> | 2010-03-28 13:08:16 -0400 |
commit | e92dd4fd1aa1cd081dac03973b33c972637d5b7a (patch) | |
tree | e382257552cc7f5a3fde542c85c63981a8c7e5d4 /mm/slab.c | |
parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 (diff) |
slab: Fix continuation lines
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4227,10 +4227,11 @@ static int s_show(struct seq_file *m, void *p) | |||
4227 | unsigned long node_frees = cachep->node_frees; | 4227 | unsigned long node_frees = cachep->node_frees; |
4228 | unsigned long overflows = cachep->node_overflow; | 4228 | unsigned long overflows = cachep->node_overflow; |
4229 | 4229 | ||
4230 | seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu \ | 4230 | seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu " |
4231 | %4lu %4lu %4lu %4lu %4lu", allocs, high, grown, | 4231 | "%4lu %4lu %4lu %4lu %4lu", |
4232 | reaped, errors, max_freeable, node_allocs, | 4232 | allocs, high, grown, |
4233 | node_frees, overflows); | 4233 | reaped, errors, max_freeable, node_allocs, |
4234 | node_frees, overflows); | ||
4234 | } | 4235 | } |
4235 | /* cpu stats */ | 4236 | /* cpu stats */ |
4236 | { | 4237 | { |