mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
io_uring: spelling fix
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>
This commit is contained in:
parent
27f35fe909
commit
10d8bc3541
|
|
@ -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.
|
||||
* pushes them to do the flush.
|
||||
*/
|
||||
|
||||
if (io_cqring_events(ctx) || io_has_work(ctx))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user