io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
@ 2024-04-09 17:35 Haiyue Wang
  2024-04-09 21:00 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Haiyue Wang @ 2024-04-09 17:35 UTC (permalink / raw)
  To: io-uring; +Cc: Haiyue Wang

The 'r' key is near to 't' key, that makes 'with' to be 'wirh' ? :)

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
 include/linux/io_uring_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h
index 05df0e399d7c..ac333ea81d31 100644
--- a/include/linux/io_uring_types.h
+++ b/include/linux/io_uring_types.h
@@ -13,7 +13,7 @@ enum {
 	 * A hint to not wake right away but delay until there are enough of
 	 * tw's queued to match the number of CQEs the task is waiting for.
 	 *
-	 * Must not be used wirh requests generating more than one CQE.
+	 * Must not be used with requests generating more than one CQE.
 	 * It's also ignored unless IORING_SETUP_DEFER_TASKRUN is set.
 	 */
 	IOU_F_TWQ_LAZY_WAKE			= 1,
-- 
2.43.2


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

* Re: [PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
  2024-04-09 17:35 [PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE Haiyue Wang
@ 2024-04-09 21:00 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2024-04-09 21:00 UTC (permalink / raw)
  To: io-uring, Haiyue Wang


On Wed, 10 Apr 2024 01:35:28 +0800, Haiyue Wang wrote:
> The 'r' key is near to 't' key, that makes 'with' to be 'wirh' ? :)
> 
> 

Applied, thanks!

[1/1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
      commit: ff81dade48608363136d52bb2493a6df76458b28

Best regards,
-- 
Jens Axboe




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

end of thread, other threads:[~2024-04-09 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 17:35 [PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE Haiyue Wang
2024-04-09 21:00 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).