diff options
author | Dylan Yudaken <dylany@meta.com> | 2022-11-25 13:34:11 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-11-25 16:10:46 +0300 |
commit | 10d8bc35416d9e83ffe9644478756281c7bd4f52 (patch) | |
tree | 7b4eed49eb173b54b0d4843bf5d74f766c79a4f1 | |
parent | 27f35fe9096b183d45ff6f22ad277ddf107d8428 (diff) | |
download | linux-10d8bc35416d9e83ffe9644478756281c7bd4f52.tar.xz |
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>
-rw-r--r-- | io_uring/io_uring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 24aa049fe7e1..d9c9e347346d 100644 --- 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. + * pushes them to do the flush. */ if (io_cqring_events(ctx) || io_has_work(ctx)) |