]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: fix stale comment and a few typos
authorBrian Gianforcaro <b.gianfo@gmail.com>
Fri, 13 Dec 2019 11:09:50 +0000 (03:09 -0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 15 Dec 2019 21:49:30 +0000 (14:49 -0700)
commit1434a1e68b14c208471d578f4cd7873ee05da2bb
tree4530a569aa5dcc0c4f8d31a53a314739000cb959
parentc0380f4e59f71bacb5a129e9587a113d25e810d3
io_uring: fix stale comment and a few typos

- Fix a few typos found while reading the code.

- Fix stale io_get_sqring comment referencing s->sqe, the 's' parameter
  was renamed to 'req', but the comment still holds.

Signed-off-by: Brian Gianforcaro <b.gianfo@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io_uring.c