From: Dylan Yudaken Date: Fri, 25 Nov 2022 10:34:11 +0000 (-0800) Subject: io_uring: spelling fix X-Git-Tag: v6.2-rc1~131^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d8bc35416d9e83ffe9644478756281c7bd4f52;p=thirdparty%2Flinux.git io_uring: spelling fix s/pushs/pushes/ Signed-off-by: Dylan Yudaken Link: https://lore.kernel.org/r/20221125103412.1425305-3-dylany@meta.com Signed-off-by: Jens Axboe --- diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 24aa049fe7e11..d9c9e347346dc 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))