linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* mm: fix typo of cache_alloc_zspage()
@ 2016-12-29  2:06 Xishi Qiu
  2016-12-29  6:44 ` Minchan Kim
  2016-12-29  7:54 ` [PATCH V2] " Xishi Qiu
  0 siblings, 2 replies; 12+ messages in thread
From: Xishi Qiu @ 2016-12-29  2:06 UTC (permalink / raw)
  To: Minchan Kim, ngupta, sergey.senozhatsky.work; +Cc: Linux MM, LKML

Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
---
 mm/zsmalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 9cc3c0b..2d6c92e 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -364,7 +364,7 @@ static struct zspage *cache_alloc_zspage(struct zs_pool *pool, gfp_t flags)
 {
 	return kmem_cache_alloc(pool->zspage_cachep,
 			flags & ~(__GFP_HIGHMEM|__GFP_MOVABLE));
-};
+}
 
 static void cache_free_zspage(struct zs_pool *pool, struct zspage *zspage)
 {
-- 
1.8.3.1


--
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] 12+ messages in thread

end of thread, other threads:[~2017-01-06  4:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29  2:06 mm: fix typo of cache_alloc_zspage() Xishi Qiu
2016-12-29  6:44 ` Minchan Kim
2016-12-29  6:52   ` Sergey Senozhatsky
2016-12-29  6:59     ` Minchan Kim
2016-12-29  7:34       ` Sergey Senozhatsky
2016-12-29  7:56         ` Minchan Kim
2016-12-29  8:03           ` Sergey Senozhatsky
2016-12-29 10:34           ` Xishi Qiu
2016-12-30  1:07             ` Sergey Senozhatsky
2016-12-29  7:54 ` [PATCH V2] " Xishi Qiu
2017-01-06  4:08   ` [PATCH] mm: fix some typos in mm/zsmalloc.c Xishi Qiu
2017-01-06  4:38     ` Minchan Kim

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).