projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe82ae
)
io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
author
Haiyue Wang
<haiyue.wang@intel.com>
Tue, 9 Apr 2024 17:35:28 +0000
(
01:35
+0800)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 9 Apr 2024 21:00:35 +0000
(15:00 -0600)
The 'r' key is near to 't' key, that makes 'with' to be 'wirh' ? :)
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Link:
https://lore.kernel.org/r/20240409173531.846714-1-haiyue.wang@intel.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
patch
|
blob
|
history
diff --git
a/include/linux/io_uring_types.h
b/include/linux/io_uring_types.h
index 05df0e399d7c0b84236198f57e0c61e90412beaa..ac333ea81d319526d5fde59bf9f64b5510f94e41 100644
(file)
--- 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 wi
r
h requests generating more than one CQE.
+ * Must not be used wi
t
h requests generating more than one CQE.
* It's also ignored unless IORING_SETUP_DEFER_TASKRUN is set.
*/
IOU_F_TWQ_LAZY_WAKE = 1,