commit | dd9ae8a0b2985ead64dfcfa2f9a0ce5efa1480aa | [log] [tgz] |
---|---|---|
author | Fam Zheng <fam.zheng@bytedance.com> | Fri Jun 04 17:42:56 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 15 15:39:16 2021 -0600 |
tree | fceb40a4617a6419f82b7fa6973783eeb91502ab | |
parent | 441b8a7803bfa11af2355beea9a07720d4b5c03a [diff] |
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>