]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22f8258c4fb87d4231c6b2787d57002a439174d8
treefceb40a4617a6419f82b7fa6973783eeb91502ab
parent028500659363931e903fe7debe85f3dde984f2a6
io_uring: Fix comment of io_get_sqe

The sqe_ptr argument has been gone since cbac487582a7 (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