diff --git a/fs/io_uring.c b/fs/io_uring.c index ab9a16c89545..807a1abe69c5 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -6673,7 +6673,7 @@ static void io_commit_sqring(struct io_ring_ctx *ctx) } /* - * Fetch an sqe, if one is available. Note that sqe_ptr will point to memory + * Fetch an sqe, if one is available. Note this returns a pointer to memory * that is mapped by userspace. This means that care needs to be taken to * ensure that reads are stable, as we cannot rely on userspace always * being a good citizen. If members of the sqe are validated and then later