io_uring: Fix comment of io_get_sqe
authorFam Zheng <fam.zheng@bytedance.com>
Fri, 4 Jun 2021 16:42:56 +0000 (17:42 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 15 Jun 2021 21:39:16 +0000 (15:39 -0600)
commitdd9ae8a0b2985ead64dfcfa2f9a0ce5efa1480aa
treefceb40a4617a6419f82b7fa6973783eeb91502ab
parent441b8a7803bfa11af2355beea9a07720d4b5c03a
io_uring: Fix comment of io_get_sqe

The sqe_ptr argument has been gone since 709b302faddf (io_uring:
simplify io_get_sqring, 2020-04-08), made the return value of the
function. Update the comment accordingly.

Signed-off-by: Fam Zheng <fam.zheng@bytedance.com>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20210604164256.12242-1-fam.zheng@bytedance.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c