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)
commitd195a66e367b3d24fdd3c3565f37ab7c6882b9d2
tree4530a569aa5dcc0c4f8d31a53a314739000cb959
parente31736d9fae841e8a1612f263136454af10f476a
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