diff options
author | Brian Gianforcaro <b.gianfo@gmail.com> | 2019-12-13 12:09:50 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-12-15 22:49:30 +0100 |
commit | d195a66e367b3d24fdd3c3565f37ab7c6882b9d2 (patch) | |
tree | 4530a569aa5dcc0c4f8d31a53a314739000cb959 /fs/io-wq.c | |
parent | Merge tag 'nios2-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/l... (diff) | |
download | linux-d195a66e367b3d24fdd3c3565f37ab7c6882b9d2.tar.xz linux-d195a66e367b3d24fdd3c3565f37ab7c6882b9d2.zip |
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(); |