public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH] io_uring: fix spelling error in uapi io_uring.h
@ 2025-02-18 23:49 Jens Axboe
  2025-02-19  1:21 ` David Wei
  2025-02-19  2:20 ` lizetao
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2025-02-18 23:49 UTC (permalink / raw)
  To: io-uring

This is obviously not that important, but when changes are synced back
from the kernel to liburing, the codespell CI ends up erroring because
of this misspelling. Let's just correct it and avoid this biting us
again on an import.

Signed-off-by: Jens Axboe <[email protected]>

---

diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index e11c82638527..050fa8eb2e8f 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -380,7 +380,7 @@ enum io_uring_op {
  *				result 	will be the number of buffers send, with
  *				the starting buffer ID in cqe->flags as per
  *				usual for provided buffer usage. The buffers
- *				will be	contigious from the starting buffer ID.
+ *				will be	contiguous from the starting buffer ID.
  */
 #define IORING_RECVSEND_POLL_FIRST	(1U << 0)
 #define IORING_RECV_MULTISHOT		(1U << 1)
-- 
Jens Axboe


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] io_uring: fix spelling error in uapi io_uring.h
  2025-02-18 23:49 [PATCH] io_uring: fix spelling error in uapi io_uring.h Jens Axboe
@ 2025-02-19  1:21 ` David Wei
  2025-02-19  2:20 ` lizetao
  1 sibling, 0 replies; 3+ messages in thread
From: David Wei @ 2025-02-19  1:21 UTC (permalink / raw)
  To: Jens Axboe, io-uring

On 2025-02-18 15:49, Jens Axboe wrote:
> This is obviously not that important, but when changes are synced back
> from the kernel to liburing, the codespell CI ends up erroring because
> of this misspelling. Let's just correct it and avoid this biting us
> again on an import.
> 
> Signed-off-by: Jens Axboe <[email protected]>
> 
> ---
> 
> diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
> index e11c82638527..050fa8eb2e8f 100644
> --- a/include/uapi/linux/io_uring.h
> +++ b/include/uapi/linux/io_uring.h
> @@ -380,7 +380,7 @@ enum io_uring_op {
>   *				result 	will be the number of buffers send, with
>   *				the starting buffer ID in cqe->flags as per
>   *				usual for provided buffer usage. The buffers
> - *				will be	contigious from the starting buffer ID.
> + *				will be	contiguous from the starting buffer ID.
>   */
>  #define IORING_RECVSEND_POLL_FIRST	(1U << 0)
>  #define IORING_RECV_MULTISHOT		(1U << 1)

Hah, saw your liburing commit and was about to do the same! It's about
time we stopped propagating this typo back and forth. ;)

Reviewed-by: David Wei <[email protected]>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] io_uring: fix spelling error in uapi io_uring.h
  2025-02-18 23:49 [PATCH] io_uring: fix spelling error in uapi io_uring.h Jens Axboe
  2025-02-19  1:21 ` David Wei
@ 2025-02-19  2:20 ` lizetao
  1 sibling, 0 replies; 3+ messages in thread
From: lizetao @ 2025-02-19  2:20 UTC (permalink / raw)
  To: Jens Axboe; +Cc: io-uring



> -----Original Message-----
> From: Jens Axboe <[email protected]>
> Sent: Wednesday, February 19, 2025 7:49 AM
> To: io-uring <[email protected]>
> Subject: [PATCH] io_uring: fix spelling error in uapi io_uring.h
> 
> This is obviously not that important, but when changes are synced back from
> the kernel to liburing, the codespell CI ends up erroring because of this
> misspelling. Let's just correct it and avoid this biting us again on an import.
> 
> Signed-off-by: Jens Axboe <[email protected]>
> 
> ---
> 
> diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h index
> e11c82638527..050fa8eb2e8f 100644
> --- a/include/uapi/linux/io_uring.h
> +++ b/include/uapi/linux/io_uring.h
> @@ -380,7 +380,7 @@ enum io_uring_op {
>   *				result 	will be the number of buffers send,
> with
>   *				the starting buffer ID in cqe->flags as per
>   *				usual for provided buffer usage. The buffers
> - *				will be	contigious from the starting buffer ID.
> + *				will be	contiguous from the starting buffer ID.
>   */
>  #define IORING_RECVSEND_POLL_FIRST	(1U << 0)
>  #define IORING_RECV_MULTISHOT		(1U << 1)
> --
> Jens Axboe
> 

Reviewed-by: Li Zetao <[email protected]>

---
Li Zetao


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-19  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 23:49 [PATCH] io_uring: fix spelling error in uapi io_uring.h Jens Axboe
2025-02-19  1:21 ` David Wei
2025-02-19  2:20 ` lizetao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox