diff mbox series

[v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE

Message ID 20240409173531.846714-1-haiyue.wang@intel.com (mailing list archive)
State New
Headers show
Series [v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE | expand

Commit Message

Wang, Haiyue April 9, 2024, 5:35 p.m. UTC
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(-)

Comments

Jens Axboe April 9, 2024, 9 p.m. UTC | #1
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,
diff mbox series

Patch

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,