aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2024-08-08 05:25:08 -0700
committerPaolo Abeni <pabeni@redhat.com>2024-08-13 10:58:58 +0200
commite0a2b7e4a0f926948e7ade15cea5a43038dd790c (patch)
tree01f2cd55e60a04db93c1e2e3710f3c7db3f2fe62 /drivers/net/ethernet/intel/ice/ice_common.c
parent1ef33652d22c69a2a7519d003cd6c79b8e514f44 (diff)
net: netconsole: Correct mismatched return types
netconsole incorrectly mixes int and ssize_t types by using int for return variables in functions that should return ssize_t. This is fixed by updating the return variables to the appropriate ssize_t type, ensuring consistency across the function definitions. Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions