summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
diff options
context:
space:
mode:
authorDylan Yudaken <dylany@meta.com>2022-11-25 02:34:11 -0800
committerJens Axboe <axboe@kernel.dk>2022-11-25 06:10:46 -0700
commit10d8bc35416d9e83ffe9644478756281c7bd4f52 (patch)
tree7b4eed49eb173b54b0d4843bf5d74f766c79a4f1 /io_uring/io_uring.c
parent27f35fe9096b183d45ff6f22ad277ddf107d8428 (diff)
downloadlinux-10d8bc35416d9e83ffe9644478756281c7bd4f52.tar.bz2
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>
Diffstat (limited to 'io_uring/io_uring.c')
-rw-r--r--io_uring/io_uring.c2
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))