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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57A49C433EF for ; Thu, 7 Apr 2022 09:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244005AbiDGJtI (ORCPT ); Thu, 7 Apr 2022 05:49:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243982AbiDGJsx (ORCPT ); Thu, 7 Apr 2022 05:48:53 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75030103DAC for ; Thu, 7 Apr 2022 02:46:53 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id EB02621122; Thu, 7 Apr 2022 09:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649324811; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XgM3qKvpr5jvC+0GuUS9jBSYpQriyZSGnkTlKi+9d5A=; b=n+GJVpotSnkfzJKFBATwz1SVbXx+v1orM09qbFzoR5FTgc7+r8UivASl39Mwbu5kLllfzu DEA6/WcdTHJ9VS6Zf7ztAm0W7PHJKZKWcG4iySXIEfvph4dGIBY8XAmods2URk+qkAeUGz XGTczTCJhBy+hsZNm/OBeedOdbYg39g= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649324811; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XgM3qKvpr5jvC+0GuUS9jBSYpQriyZSGnkTlKi+9d5A=; b=L7/H3pg3FuMOAln5tiNZ+WcfJSO7ws5jre6dCk8A+GYADIHwJqQT0ySdj2sU4EGs4cooRJ BvpGxNzJlZ7++mBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CAFC013A66; Thu, 7 Apr 2022 09:46:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id itvsMAuzTmINNgAAMHmgww (envelope-from ); Thu, 07 Apr 2022 09:46:51 +0000 Message-ID: Date: Thu, 7 Apr 2022 11:46:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH] mm/slab.c: fix comments Content-Language: en-US To: Yixuan Cao , akpm@linux-foundation.org Cc: cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, roman.gushchin@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20220407080958.3667-1-caoyixuan2019@email.szu.edu.cn> From: Vlastimil Babka In-Reply-To: <20220407080958.3667-1-caoyixuan2019@email.szu.edu.cn> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/7/22 10:09, Yixuan Cao wrote: > While reading the source code, > I noticed some language errors in the comments, so I fixed them. > > Signed-off-by: Yixuan Cao Added to slab tree, thanks.