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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5868C433F5 for ; Thu, 28 Oct 2021 18:51:20 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6DC42610C8 for ; Thu, 28 Oct 2021 18:51:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6DC42610C8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 038B0940007; Thu, 28 Oct 2021 14:51:20 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id F2A7B6B0072; Thu, 28 Oct 2021 14:51:19 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id DA410940007; Thu, 28 Oct 2021 14:51:19 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) by kanga.kvack.org (Postfix) with ESMTP id B05916B0071 for ; Thu, 28 Oct 2021 14:51:19 -0400 (EDT) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 3EC8C181DB398 for ; Thu, 28 Oct 2021 18:51:19 +0000 (UTC) X-FDA: 78746739078.18.D227595 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf04.hostedemail.com (Postfix) with ESMTP id 1BD6B500030B for ; Thu, 28 Oct 2021 18:51:12 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 22A43610D2; Thu, 28 Oct 2021 18:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635447077; bh=QXYlXZ/XsbqGTREhOhDWkniHowuwQaogvXifIJ8tj40=; h=From:To:Cc:Subject:Date:In-Reply-To:From; b=KS/y7VDCoI87IOHlUXdt/mCgArq+2fwsNM9fDLF10UES2E8xLsC1oT3ixDM0zuyHf +78GXc8c+VDsxa0CXb/iLGnpWG/AjTXtxCaOmBu7o9ZdDkOh9G3gSeukz2qqkttybV fv2teg6bfaUrCTiVWn8wcxOzJmlXQLeSacLn6pDPom//LSWZ+Xzm6jtcAO5jXEI9vb lVqTNFWa2FaoiFhfJ6+7QPuCRQdeAhYfHiruUOJp92MQncvlh53KjXxvtX+8PIt/Cl 0ibiZ1zPH0fWvQorJJck2NJpscF22ID+RZ2CQJvMAPM7csCfAP6DJ+VV35JUIcGuyp 83cs+O7DkUpgQ== From: SeongJae Park To: Colin Ian King Cc: SeongJae Park , Andrew Morton , linux-mm@kvack.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] mm/damon: Fix a few spelling mistakes in comments and a pr_debug message Date: Thu, 28 Oct 2021 18:51:12 +0000 Message-Id: <20211028185112.16085-1-sj@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211028184157.614544-1-colin.i.king@gmail.com> X-Stat-Signature: b7gckappocojb1ck4qoorizjce1hatfb X-Rspamd-Server: rspam01 X-Rspamd-Queue-Id: 1BD6B500030B Authentication-Results: imf04.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="KS/y7VDC"; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf04.hostedemail.com: domain of sj@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=sj@kernel.org X-HE-Tag: 1635447072-697720 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 Thu, 28 Oct 2021 19:41:57 +0100 Colin Ian King wrote: > There are a few spelling mistakes in the code. Fix these. > > Signed-off-by: Colin Ian King Thank you for the fixes! Reviewed-by: SeongJae Park Thanks, SJ > --- > mm/damon/core.c | 2 +- > mm/damon/dbgfs-test.h | 2 +- > mm/damon/vaddr-test.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mm/damon/core.c b/mm/damon/core.c > index f37c17b53814..c381b3c525d0 100644 > --- a/mm/damon/core.c > +++ b/mm/damon/core.c > @@ -959,7 +959,7 @@ static unsigned long damos_wmark_wait_us(struct damos *scheme) > /* higher than high watermark or lower than low watermark */ > if (metric > scheme->wmarks.high || scheme->wmarks.low > metric) { > if (scheme->wmarks.activated) > - pr_debug("inactivate a scheme (%d) for %s wmark\n", > + pr_debug("deactivate a scheme (%d) for %s wmark\n", > scheme->action, > metric > scheme->wmarks.high ? > "high" : "low"); > diff --git a/mm/damon/dbgfs-test.h b/mm/damon/dbgfs-test.h > index 104b22957616..86b9f9528231 100644 > --- a/mm/damon/dbgfs-test.h > +++ b/mm/damon/dbgfs-test.h > @@ -145,7 +145,7 @@ static void damon_dbgfs_test_set_init_regions(struct kunit *test) > > KUNIT_EXPECT_STREQ(test, (char *)buf, expect); > } > - /* Put invlid inputs and check the return error code */ > + /* Put invalid inputs and check the return error code */ > for (i = 0; i < ARRAY_SIZE(invalid_inputs); i++) { > input = invalid_inputs[i]; > pr_info("input: %s\n", input); > diff --git a/mm/damon/vaddr-test.h b/mm/damon/vaddr-test.h > index 1f5c13257dba..ecfd0b2ed222 100644 > --- a/mm/damon/vaddr-test.h > +++ b/mm/damon/vaddr-test.h > @@ -233,7 +233,7 @@ static void damon_test_apply_three_regions3(struct kunit *test) > * and 70-100) has totally freed and mapped to different area (30-32 and > * 65-68). The target regions which were in the old second and third big > * regions should now be removed and new target regions covering the new second > - * and third big regions should be crated. > + * and third big regions should be created. > */ > static void damon_test_apply_three_regions4(struct kunit *test) > { > -- > 2.32.0 > >