]> 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)
commitbb503559aeb5c027a203508c95f36a71601b9038
tree4530a569aa5dcc0c4f8d31a53a314739000cb959
parent5c7f6a7415fdf80408fcdc43586e50c44cc9c56f
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