]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/uring_cmd: fix uring_cmd.c comments
authorYang Xiuwei <yangxiuwei@kylinos.cn>
Thu, 2 Jul 2026 08:29:37 +0000 (16:29 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Jul 2026 20:15:19 +0000 (14:15 -0600)
commit58481c749c976e81bef9a540e2225ddb021daaa6
tree7bf4a830176cb2ea5dee3f9d482977a854908d4c
parent15cd3ccf9b179f0f76948d0901be3b15028bc768
io_uring/uring_cmd: fix uring_cmd.c comments

Fix "concelable" -> "cancelable" in the comment above
io_uring_cmd_mark_cancelable(), and fix the memory ordering comment
in __io_uring_cmd_done() to reference io_do_iopoll() and
->iopoll_completed.

Signed-off-by: Yang Xiuwei <yangxiuwei@kylinos.cn>
Link: https://patch.msgid.link/20260702082937.3707134-3-yangxiuwei@kylinos.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/uring_cmd.c