mm, slub: fix the typo in include/linux/slub_def.h

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Nov 22 17:59:03 EST 2013


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a941f8360f200d6849b292f9dc50250bca531c0e
Commit:     a941f8360f200d6849b292f9dc50250bca531c0e
Parent:     c6f58d9b362b45c52afebe4342c9137d0dabe47f
Author:     Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
AuthorDate: Fri Nov 8 20:47:36 2013 +0800
Committer:  Pekka Enberg <penberg at kernel.org>
CommitDate: Mon Nov 11 18:18:31 2013 +0200

    mm, slub: fix the typo in include/linux/slub_def.h
    
    Acked-by: Christoph Lameter <cl at linux.com>
    Signed-off-by: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
    Signed-off-by: Pekka Enberg <penberg at kernel.org>
---
 include/linux/slub_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */



More information about the linux-mtd-cvs mailing list