aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index a2cd47d89e0a..8e516e29f989 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3626,7 +3626,7 @@ static int list_locations(struct kmem_cache *s, char *buf,
3626 len < PAGE_SIZE - 60) { 3626 len < PAGE_SIZE - 60) {
3627 len += sprintf(buf + len, " cpus="); 3627 len += sprintf(buf + len, " cpus=");
3628 len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50, 3628 len += cpulist_scnprintf(buf + len, PAGE_SIZE - len - 50,
3629 l->cpus); 3629 &l->cpus);
3630 } 3630 }
3631 3631
3632 if (num_online_nodes() > 1 && !nodes_empty(l->nodes) && 3632 if (num_online_nodes() > 1 && !nodes_empty(l->nodes) &&