Commit 10d8bc35 authored by Dylan Yudaken's avatar Dylan Yudaken Committed by Jens Axboe

io_uring: spelling fix

s/pushs/pushes/
Signed-off-by: default avatarDylan Yudaken <dylany@meta.com>
Link: https://lore.kernel.org/r/20221125103412.1425305-3-dylany@meta.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 27f35fe9
...@@ -2706,7 +2706,7 @@ static __poll_t io_uring_poll(struct file *file, poll_table *wait) ...@@ -2706,7 +2706,7 @@ static __poll_t io_uring_poll(struct file *file, poll_table *wait)
* lock(&ep->mtx); * lock(&ep->mtx);
* *
* Users may get EPOLLIN meanwhile seeing nothing in cqring, this * Users may get EPOLLIN meanwhile seeing nothing in cqring, this
* pushs them to do the flush. * pushes them to do the flush.
*/ */
if (io_cqring_events(ctx) || io_has_work(ctx)) if (io_cqring_events(ctx) || io_has_work(ctx))
......
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