All of lore.kernel.org
 help / color / mirror / Atom feed
From: SeongJae Park <sj@kernel.org>
To: Shardul Deshpande <iamsharduld@gmail.com>
Cc: SeongJae Park <sj@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Joe Perches <joe@perches.com>,
	linux-kernel@vger.kernel.org, damon@lists.linux.dev
Subject: Re: [PATCH] treewide: fix transposed "sign" typos and update spelling.txt
Date: Fri, 12 Jun 2026 17:07:14 -0700	[thread overview]
Message-ID: <20260613000715.791-1-sj@kernel.org> (raw)
In-Reply-To: <20260612181633.734458-1-iamsharduld@gmail.com>

On Fri, 12 Jun 2026 23:46:32 +0530 Shardul Deshpande <iamsharduld@gmail.com> wrote:

> Several comments and one documentation file transpose the letters in
> "assigned" and "unsigned", spelling them with "sing" instead of "sign".
> Correct all of them.
> 
> Of these, the misspelling of "assigned" is not yet flagged by
> checkpatch, so also add it to scripts/spelling.txt.
> 
> The remaining matches of `grep -ri singed` are RISINGEDGE register and
> enum names, not typos.
> 
> Suggested-by: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Shardul Deshpande <iamsharduld@gmail.com>
> ---
>  Documentation/mm/damon/design.rst          | 2 +-
>  arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi | 2 +-
>  drivers/gpu/drm/drm_color_mgmt.c           | 2 +-
>  drivers/scsi/elx/efct/efct_hw.h            | 2 +-
>  drivers/scsi/isci/host.c                   | 2 +-
>  drivers/scsi/isci/port.c                   | 2 +-
>  drivers/scsi/isci/port_config.c            | 2 +-
>  kernel/bpf/helpers.c                       | 2 +-
>  scripts/spelling.txt                       | 1 +
>  9 files changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
> index afc7d52bd..899ac9c69 100644
> --- a/Documentation/mm/damon/design.rst
> +++ b/Documentation/mm/damon/design.rst
> @@ -140,7 +140,7 @@ as Idle page tracking does.
>  Address Unit
>  ------------
>  
> -DAMON core layer uses ``unsinged long`` type for monitoring target address
> +DAMON core layer uses ``unsigned long`` type for monitoring target address
>  ranges.  In some cases, the address space for a given operations set could be
>  too large to be handled with the type.  ARM (32-bit) with large physical
>  address extension is an example.  For such cases, a per-operations set

For the above DAMON part,

Reviewed-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ

[...]

  reply	other threads:[~2026-06-13  0:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-12 15:40 [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section Shardul Deshpande
2026-06-12 17:03 ` Andrew Morton
2026-06-12 18:16 ` [PATCH] treewide: fix transposed "sign" typos and update spelling.txt Shardul Deshpande
2026-06-13  0:07   ` SeongJae Park [this message]
2026-06-13  2:32     ` Zenghui Yu
2026-06-13  0:08 ` [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section SeongJae Park

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=20260613000715.791-1-sj@kernel.org \
    --to=sj@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=damon@lists.linux.dev \
    --cc=iamsharduld@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.