diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-03-01 17:43:48 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-03-05 02:33:11 +0300 |
commit | 86bcacc957fc2d0403aa0e652757eec59a5fd7ca (patch) | |
tree | 5e89ecf1cf06e6428bbfdac05d8b29dd85ed3190 /drivers/fpga/xilinx-selectmap.c | |
parent | 3fcb9d17206e31630f802a3ab52081d1342b8ed9 (diff) | |
download | linux-86bcacc957fc2d0403aa0e652757eec59a5fd7ca.tar.xz |
io_uring/net: correct the type of variable
The namelen is of type int. It shouldn't be made size_t which is
unsigned. The signed number is needed for error checking before use.
Fixes: c55978024d12 ("io_uring/net: move receive multishot out of the generic msghdr path")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20240301144349.2807544-1-usama.anjum@collabora.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions