projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f35fe
)
io_uring: spelling fix
author
Dylan Yudaken
<dylany@meta.com>
Fri, 25 Nov 2022 10:34:11 +0000
(
02:34
-0800)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 25 Nov 2022 13:10:46 +0000
(06:10 -0700)
s/pushs/pushes/
Signed-off-by: Dylan Yudaken <dylany@meta.com>
Link:
https://lore.kernel.org/r/20221125103412.1425305-3-dylany@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
patch
|
blob
|
history
diff --git
a/io_uring/io_uring.c
b/io_uring/io_uring.c
index
24aa049
..
d9c9e34
100644
(file)
--- a/
io_uring/io_uring.c
+++ b/
io_uring/io_uring.c
@@
-2706,7
+2706,7
@@
static __poll_t io_uring_poll(struct file *file, poll_table *wait)
* lock(&ep->mtx);
*
* Users may get EPOLLIN meanwhile seeing nothing in cqring, this
- * pushs them to do the flush.
+ * push
e
s them to do the flush.
*/
if (io_cqring_events(ctx) || io_has_work(ctx))