diff --git a/fs/io_uring.c b/fs/io_uring.c index ab9a16c8954536cfd2d267bdedd2944372722433..807a1abe69c5b6d15ab273dd2be4a9c962713e3e 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