From: Zhi Yong Wu Date: Fri, 8 Nov 2013 12:47:36 +0000 (+0800) Subject: mm, slub: fix the typo in include/linux/slub_def.h X-Git-Tag: accepted/tizen/common/20141203.182822~1051^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a941f8360f200d6849b292f9dc50250bca531c0e;p=platform%2Fkernel%2Flinux-arm64.git mm, slub: fix the typo in include/linux/slub_def.h Acked-by: Christoph Lameter Signed-off-by: Zhi Yong Wu Signed-off-by: Pekka Enberg --- diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 027276f..2dc4e78 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h @@ -17,7 +17,7 @@ enum stat_item { ALLOC_FASTPATH, /* Allocation from cpu slab */ ALLOC_SLOWPATH, /* Allocation by getting a new cpu slab */ - FREE_FASTPATH, /* Free to cpu slub */ + FREE_FASTPATH, /* Free to cpu slab */ FREE_SLOWPATH, /* Freeing not to cpu slab */ FREE_FROZEN, /* Freeing to frozen slab */ FREE_ADD_PARTIAL, /* Freeing moves slab to partial list */