diff options
author | Brian Gianforcaro | 2019-12-13 03:09:50 -0800 |
---|---|---|
committer | Jens Axboe | 2019-12-15 14:49:30 -0700 |
commit | d195a66e367b3d24fdd3c3565f37ab7c6882b9d2 (patch) | |
tree | 4530a569aa5dcc0c4f8d31a53a314739000cb959 /fs/io-wq.c | |
parent | e31736d9fae841e8a1612f263136454af10f476a (diff) |
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>
Diffstat (limited to 'fs/io-wq.c')
-rw-r--r-- | fs/io-wq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/io-wq.c b/fs/io-wq.c index 90c4978781fb..11e80b7252a8 100644 --- a/fs/io-wq.c +++ b/fs/io-wq.c @@ -948,7 +948,7 @@ static enum io_wq_cancel io_wqe_cancel_work(struct io_wqe *wqe, /* * Now check if a free (going busy) or busy worker has the work * currently running. If we find it there, we'll return CANCEL_RUNNING - * as an indication that we attempte to signal cancellation. The + * as an indication that we attempt to signal cancellation. The * completion will run normally in this case. */ rcu_read_lock(); |