diff options
author | Breno Leitao <leitao@debian.org> | 2024-08-08 05:25:08 -0700 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-08-13 10:58:58 +0200 |
commit | e0a2b7e4a0f926948e7ade15cea5a43038dd790c (patch) | |
tree | 01f2cd55e60a04db93c1e2e3710f3c7db3f2fe62 /drivers/net/ethernet/intel/ice/ice_common.c | |
parent | 1ef33652d22c69a2a7519d003cd6c79b8e514f44 (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