From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id 745466B0069 for ; Thu, 29 Dec 2016 01:44:59 -0500 (EST) Received: by mail-pf0-f197.google.com with SMTP id i88so566886870pfk.3 for ; Wed, 28 Dec 2016 22:44:59 -0800 (PST) Received: from lgeamrelo11.lge.com (LGEAMRELO11.lge.com. [156.147.23.51]) by mx.google.com with ESMTP id 63si52518003plf.32.2016.12.28.22.44.57 for ; Wed, 28 Dec 2016 22:44:58 -0800 (PST) Date: Thu, 29 Dec 2016 15:44:57 +0900 From: Minchan Kim Subject: Re: mm: fix typo of cache_alloc_zspage() Message-ID: <20161229064457.GD1815@bbox> References: <58646FB7.2040502@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58646FB7.2040502@huawei.com> Sender: owner-linux-mm@kvack.org List-ID: To: Xishi Qiu Cc: ngupta@vflare.org, sergey.senozhatsky.work@gmail.com, Linux MM , LKML On Thu, Dec 29, 2016 at 10:06:47AM +0800, Xishi Qiu wrote: > Signed-off-by: Xishi Qiu > --- > 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)); > -}; > +} Although it's trivial, we need descritpion. Please, could you resend to Andrew Morton with filling description? Andrew Morton Thanks. -- 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752113AbcL2GpA (ORCPT ); Thu, 29 Dec 2016 01:45:00 -0500 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:60471 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbcL2GpA (ORCPT ); Thu, 29 Dec 2016 01:45:00 -0500 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Thu, 29 Dec 2016 15:44:57 +0900 From: Minchan Kim To: Xishi Qiu Cc: ngupta@vflare.org, sergey.senozhatsky.work@gmail.com, Linux MM , LKML Subject: Re: mm: fix typo of cache_alloc_zspage() Message-ID: <20161229064457.GD1815@bbox> References: <58646FB7.2040502@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58646FB7.2040502@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 29, 2016 at 10:06:47AM +0800, Xishi Qiu wrote: > Signed-off-by: Xishi Qiu > --- > 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)); > -}; > +} Although it's trivial, we need descritpion. Please, could you resend to Andrew Morton with filling description? Andrew Morton Thanks.