From: SeongJae Park <sj@kernel.org>
To: Colin Ian King <colin.i.king@googlemail.com>
Cc: SeongJae Park <sj@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
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 [thread overview]
Message-ID: <20211028185112.16085-1-sj@kernel.org> (raw)
In-Reply-To: <20211028184157.614544-1-colin.i.king@gmail.com>
On Thu, 28 Oct 2021 19:41:57 +0100 Colin Ian King <colin.i.king@googlemail.com> wrote:
> There are a few spelling mistakes in the code. Fix these.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Thank you for the fixes!
Reviewed-by: SeongJae Park <sj@kernel.org>
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
>
>
prev parent reply other threads:[~2021-10-28 18:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-28 18:41 Colin Ian King
2021-10-28 18:51 ` SeongJae Park [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211028185112.16085-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=colin.i.king@googlemail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox