Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548041

mm: fix typo of cache_alloc_zspage()

From Xishi Qiu <qiuxishi@huawei.com>
Newsgroups linux.kernel
Subject mm: fix typo of cache_alloc_zspage()
Date 2016-12-29 03:10 +0100
Message-ID <sTykh-gM-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

mm: fix typo of cache_alloc_zspage() Xishi Qiu <qiuxishi@huawei.com> - 2016-12-29 03:10 +0100
  Re: mm: fix typo of cache_alloc_zspage() Minchan Kim <minchan@kernel.org> - 2016-12-29 07:50 +0100
    Re: mm: fix typo of cache_alloc_zspage() Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2016-12-29 08:00 +0100
      Re: mm: fix typo of cache_alloc_zspage() Minchan Kim <minchan@kernel.org> - 2016-12-29 08:00 +0100
        Re: mm: fix typo of cache_alloc_zspage() Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2016-12-29 08:40 +0100
          Re: mm: fix typo of cache_alloc_zspage() Minchan Kim <minchan@kernel.org> - 2016-12-29 09:00 +0100
            Re: mm: fix typo of cache_alloc_zspage() Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2016-12-29 09:10 +0100
            Re: mm: fix typo of cache_alloc_zspage() Xishi Qiu <qiuxishi@huawei.com> - 2016-12-29 11:40 +0100
              Re: mm: fix typo of cache_alloc_zspage() Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2016-12-30 02:10 +0100
  [PATCH V2] mm: fix typo of cache_alloc_zspage() Xishi Qiu <qiuxishi@huawei.com> - 2016-12-29 09:00 +0100

csiph-web