aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
diff options
context:
space:
mode:
authorParav Pandit <[email protected]>2023-05-29 13:44:30 +0000
committerDavid S. Miller <[email protected]>2023-05-31 08:50:17 +0000
commitb1f2abcf817d82b54764d1474424649feda6fe1b (patch)
tree54c3bbd23297abad869131c7ee35f9284e24d332 /drivers/net/ethernet/intel/igc/igc_main.c
parentMerge branch 'net-led-hw-control-api' (diff)
downloadkernel-b1f2abcf817d82b54764d1474424649feda6fe1b.tar.gz
kernel-b1f2abcf817d82b54764d1474424649feda6fe1b.zip
net: Make gro complete function to return void
tcp_gro_complete() function only updates the skb fields related to GRO and it always returns zero. All the 3 drivers which are using it do not check for the return value either. Change it to return void instead which simplifies its callers as error handing becomes unnecessary. Signed-off-by: Parav Pandit <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions