From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752645AbcL2IDq (ORCPT ); Thu, 29 Dec 2016 03:03:46 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:35642 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752394AbcL2IDo (ORCPT ); Thu, 29 Dec 2016 03:03:44 -0500 Date: Thu, 29 Dec 2016 17:03:51 +0900 From: Sergey Senozhatsky To: Minchan Kim Cc: Sergey Senozhatsky , Xishi Qiu , ngupta@vflare.org, Linux MM , LKML , Andrew Morton Subject: Re: mm: fix typo of cache_alloc_zspage() Message-ID: <20161229080351.GC3892@jagdpanzerIV.localdomain> References: <58646FB7.2040502@huawei.com> <20161229064457.GD1815@bbox> <20161229065205.GA3892@jagdpanzerIV.localdomain> <20161229065935.GE1815@bbox> <20161229073403.GB3892@jagdpanzerIV.localdomain> <20161229075654.GF1815@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161229075654.GF1815@bbox> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (12/29/16 16:56), Minchan Kim wrote: > > for instance, we can have Xishi's fix up as part of this "fix documentation > > typos" patch. which can be counted in as trivial. > > Xishi, Could you send your patch with fixing ones Sergey pointed out > if Sergey doesn't mind? I don't. Reviewed-by: Sergey Senozhatsky will be more than enough (well, to me). > > - * A single 'zspage' is composed of up to 2^N discontiguous 0-order (single) > > + * A single 'zspage' is composed of up to 2^N discontinuous 0-order (single) > > Hmm, discontinuous is right? > I'm not a native but discontiguos is wrong? "contiguous" was used mm part widely. oh, you're definitely much closer to native speaker than `aspell' tool! you're right. Xishi, please drop that 'discontiguous' "correction". sorry for that. -ss