linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h
@ 2013-11-08 12:47 Zhi Yong Wu
  2013-11-08 12:47 ` [PATCH 2/3] mm, slub: fix the typo in mm/slub.c Zhi Yong Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 include/linux/slub_def.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index cc0b67e..f56bfa9 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -11,7 +11,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 */
-- 
1.7.6.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-22 22:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 12:47 [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h Zhi Yong Wu
2013-11-08 12:47 ` [PATCH 2/3] mm, slub: fix the typo in mm/slub.c Zhi Yong Wu
2013-11-08 16:21   ` Christoph Lameter
2013-11-08 12:47 ` [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty() Zhi Yong Wu
2013-11-08 16:21   ` Christoph Lameter
2013-11-22 22:59   ` Andrew Morton
2013-11-08 16:21 ` [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h Christoph Lameter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).