From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94003C433DB for ; Wed, 24 Mar 2021 23:47:40 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 18FFB61A1D for ; Wed, 24 Mar 2021 23:47:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 18FFB61A1D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 641736B0036; Wed, 24 Mar 2021 19:47:39 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 5F1F06B006C; Wed, 24 Mar 2021 19:47:39 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 4925E6B006E; Wed, 24 Mar 2021 19:47:39 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0075.hostedemail.com [216.40.44.75]) by kanga.kvack.org (Postfix) with ESMTP id 2905F6B0036 for ; Wed, 24 Mar 2021 19:47:39 -0400 (EDT) Received: from smtpin15.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id D7D00182371D6 for ; Wed, 24 Mar 2021 23:47:38 +0000 (UTC) X-FDA: 77956407396.15.00A67B9 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) by imf30.hostedemail.com (Postfix) with ESMTP id 048C5E0011CE for ; Wed, 24 Mar 2021 23:47:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=krp81/RbBROV9r7rw0KqbZnwuOxdnczzeQmdrTNXVdY=; b=k6oajFblnwqa9EVL51rb7Tep9P cJov/75GWc6gpRlsldxRJ1amkXJ5Fuu6wM/XHuQV1iueic4L0FjafT+GgI9YY6J524n2qS4PYOTfA wX5ZorbGk7K1FegaXKKhdEyqSpSpOXEUyRybpl+CoEtShyfNT4iJLoZ4V4hAgjEV0EJrLo2HKEaNo JToQUJ+VvfqBvCocuGu9szQacFNvGlm+BNHRTvq8DSdDV9ru++TZc6vNaP5KKmonjLkqogm9iqggx ut2QxHYlJGwL0rUNJAubB/vLDY1qkPdGzHLGjJIS/hSixQUirCe12t+vV8gX9sl77gotUEbp0mnqG Skfcopdw==; Received: from [2601:1c0:6280:3f0::3ba4] by desiato.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lPDDo-000MYO-8x; Wed, 24 Mar 2021 23:47:33 +0000 Subject: Re: [PATCH V2] mm/slub.c: Trivial typo fixes To: Bhaskar Chowdhury , cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, vbabka@suse.cz, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20210325044940.14516-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <79efaafd-01cd-f2da-a821-997999ef5fd9@infradead.org> Date: Wed, 24 Mar 2021 16:47:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210325044940.14516-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 048C5E0011CE X-Stat-Signature: 73mzcq3sp4ynff8oiym6gfdjpp669jqt Received-SPF: none (infradead.org>: No applicable sender policy available) receiver=imf30; identity=mailfrom; envelope-from=""; helo=desiato.infradead.org; client-ip=90.155.92.199 X-HE-DKIM-Result: pass/pass X-HE-Tag: 1616629655-578327 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On 3/24/21 9:49 PM, Bhaskar Chowdhury wrote: > s/operatios/operations/ > s/Mininum/Minimum/ > s/mininum/minimum/ ......two different places. > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Changes from V1: > David's finding incorporated.i.e operation->operations > mm/slub.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/mm/slub.c b/mm/slub.c > index 3021ce9bf1b3..75d103ad5d2e 100644 > --- a/mm/slub.c > +++ b/mm/slub.c > @@ -3,7 +3,7 @@ > * SLUB: A slab allocator that limits cache line use instead of queuing > * objects in per cpu and per node lists. > * > - * The allocator synchronizes using per slab locks or atomic operatios > + * The allocator synchronizes using per slab locks or atomic operations > * and only uses a centralized lock to manage a pool of partial slabs. > * > * (C) 2007 SGI, Christoph Lameter > @@ -160,7 +160,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) > #undef SLUB_DEBUG_CMPXCHG > > /* > - * Mininum number of partial slabs. These will be left on the partial > + * Minimum number of partial slabs. These will be left on the partial > * lists even if they are empty. kmem_cache_shrink may reclaim them. > */ > #define MIN_PARTIAL 5 > @@ -832,7 +832,7 @@ static int check_bytes_and_report(struct kmem_cache *s, struct page *page, > * > * A. Free pointer (if we cannot overwrite object on free) > * B. Tracking data for SLAB_STORE_USER > - * C. Padding to reach required alignment boundary or at mininum > + * C. Padding to reach required alignment boundary or at minimum > * one word if debugging is on to be able to detect writes > * before the word boundary. > * > @@ -3421,7 +3421,7 @@ static unsigned int slub_min_objects; > * > * Higher order allocations also allow the placement of more objects in a > * slab and thereby reduce object handling overhead. If the user has > - * requested a higher mininum order then we start with that one instead of > + * requested a higher minimum order then we start with that one instead of > * the smallest order which will fit the object. > */ > static inline unsigned int slab_order(unsigned int size, > -- -- ~Randy