public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Dmitry Antipov <dmantipov@yandex.ru>,
	Pavel Begunkov <asml.silence@gmail.com>
Cc: io-uring@vger.kernel.org
Subject: Re: [PATCH] io_uring: miscellaneous spelling fixes
Date: Tue, 3 Jun 2025 07:07:10 -0600	[thread overview]
Message-ID: <996da65f-05d0-42a4-9f48-c5f89f097cbd@kernel.dk> (raw)
In-Reply-To: <20250603092045.384197-1-dmantipov@yandex.ru>

On 6/3/25 3:20 AM, Dmitry Antipov wrote:
> Correct spelling here and there as suggested by codespell.
> 
> Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
> ---
>  io_uring/cancel.c    | 4 ++--
>  io_uring/io-wq.c     | 2 +-
>  io_uring/io_uring.c  | 8 ++++----
>  io_uring/notif.c     | 2 +-
>  io_uring/poll.c      | 2 +-
>  io_uring/rw.c        | 4 ++--
>  io_uring/tctx.h      | 2 +-
>  io_uring/uring_cmd.c | 2 +-
>  io_uring/waitid.c    | 2 +-
>  9 files changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/io_uring/cancel.c b/io_uring/cancel.c
> index 6d57602304df..6d46a0ac278a 100644
> --- a/io_uring/cancel.c
> +++ b/io_uring/cancel.c
> @@ -306,8 +306,8 @@ int io_sync_cancel(struct io_ring_ctx *ctx, void __user *arg)
>  	}
>  
>  	/*
> -	 * Keep looking until we get -ENOENT. we'll get woken everytime
> -	 * every time a request completes and will retry the cancelation.
> +	 * Keep looking until we get -ENOENT. We'll get woken every
> +	 * time a request completes and will retry the cancellation.

Didn't look through all of these, but cancelation is a perfectly
valid spelling. That aside, I tend to not do spelling fixes unless
you're also needing to change the comment anyway. It's just noise
that can make patch backporting more difficult.

-- 
Jens Axboe

      reply	other threads:[~2025-06-03 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-03  9:20 [PATCH] io_uring: miscellaneous spelling fixes Dmitry Antipov
2025-06-03 13:07 ` Jens Axboe [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=996da65f-05d0-42a4-9f48-c5f89f097cbd@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=asml.silence@gmail.com \
    --cc=dmantipov@yandex.ru \
    --cc=io-uring@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox