io_uring: update parameter name in io_pin_pages function declaration
authorLong Li <leo.lilong@huawei.com>
Fri, 9 May 2025 06:30:15 +0000 (14:30 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 May 2025 13:58:22 +0000 (07:58 -0600)
commit6ae4308116f1033ceb11b419c01e9c5f17a35633
tree929998470c3eb48369ec877ec1ea1ef8b0ac0a0d
parent35adea1d018ab1e450ea2304e58dc2f987a639d3
io_uring: update parameter name in io_pin_pages function declaration

Rename first parameter in io_pin_pages from ubuf to uaddr for consistency
between declaration and implementation.

Signed-off-by: Long Li <leo.lilong@huawei.com>
Link: https://lore.kernel.org/r/20250509063015.3799255-1-leo.lilong@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/memmap.h