Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753736AbbL0SCE (ORCPT ); Sun, 27 Dec 2015 13:02:04 -0500 Received: from casper.infradead.org ([85.118.1.10]:52133 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbbL0SCA (ORCPT ); Sun, 27 Dec 2015 13:02:00 -0500 Subject: Re: [PATCH trivial] lib+mm: fix few spelling mistakes To: Jiri Slaby , trivial@kernel.org References: <1451224703-22358-1-git-send-email-jslaby@suse.cz> Cc: linux-kernel@vger.kernel.org, Bogdan Sikora , linux-mm@kvack.org, Rafael Aquini , Kent Overstreet , Jan Kara From: Randy Dunlap Message-ID: <56802791.8060103@infradead.org> Date: Sun, 27 Dec 2015 10:01:53 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1451224703-22358-1-git-send-email-jslaby@suse.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1500 Lines: 43 On 12/27/15 05:58, Jiri Slaby wrote: > From: Bogdan Sikora > > All are in comments. > > Signed-off-by: Bogdan Sikora > Cc: > Cc: Rafael Aquini > Cc: Kent Overstreet > Cc: Jan Kara > Signed-off-by: Jiri Slaby > --- > lib/flex_proportions.c | 2 +- > lib/percpu-refcount.c | 2 +- > mm/balloon_compaction.c | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lib/percpu-refcount.c b/lib/percpu-refcount.c > index 6111bcb28376..2c1f256fdc84 100644 > --- a/lib/percpu-refcount.c > +++ b/lib/percpu-refcount.c > @@ -12,7 +12,7 @@ > * particular cpu can (and will) wrap - this is fine, when we go to shutdown the > * percpu counters will all sum to the correct value > * > - * (More precisely: because moduler arithmatic is commutative the sum of all the > + * (More precisely: because moduler arithmetic is commutative the sum of all the modular > * percpu_count vars will be equal to what it would have been if all the gets > * and puts were done to a single integer, even if some of the percpu integers > * overflow or underflow). -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/