io_uring: fix user_data field name in comment io_uring-6.11-20240824
authorCaleb Sander Mateos <csander@purestorage.com>
Fri, 16 Aug 2024 18:15:23 +0000 (12:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Aug 2024 18:31:26 +0000 (12:31 -0600)
commit1fc2ac428ef7d2ab9e8e19efe7ec3e58aea51bf3
treee9ba33bc343363ab05c58e6080f7d25a835a4897
parente4956dc7a84da074fd8dc10f7abd147f15b3ae58
io_uring: fix user_data field name in comment

io_uring_cqe's user_data field refers to `sqe->data`, but io_uring_sqe
does not have a data field. Fix the comment to say `sqe->user_data`.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Link: https://github.com/axboe/liburing/pull/1206
Link: https://lore.kernel.org/r/20240816181526.3642732-1-csander@purestorage.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h