aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 6cb7ad107852..0d861c3154b6 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3642,7 +3642,7 @@ static int list_locations(struct kmem_cache *s, char *buf,
3642 len < PAGE_SIZE - 60) { 3642 len < PAGE_SIZE - 60) {
3643 len += sprintf(buf + len, " cpus="); 3643 len += sprintf(buf + len, " cpus=");
3644 len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50, 3644 len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50,
3645 l->cpus); 3645 &l->cpus);
3646 } 3646 }
3647 3647
3648 if (num_online_nodes() > 1 && !nodes_empty(l->nodes) && 3648 if (num_online_nodes() > 1 && !nodes_empty(l->nodes) &&