Commit ff81dade authored by Haiyue Wang's avatar Haiyue Wang Committed by Jens Axboe

io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE

The 'r' key is near to 't' key, that makes 'with' to be 'wirh' ? :)
Signed-off-by: default avatarHaiyue Wang <haiyue.wang@intel.com>
Link: https://lore.kernel.org/r/20240409173531.846714-1-haiyue.wang@intel.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4fe82aed
...@@ -13,7 +13,7 @@ enum { ...@@ -13,7 +13,7 @@ enum {
* A hint to not wake right away but delay until there are enough of * 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. * 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. * It's also ignored unless IORING_SETUP_DEFER_TASKRUN is set.
*/ */
IOU_F_TWQ_LAZY_WAKE = 1, IOU_F_TWQ_LAZY_WAKE = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment