Parav Pandit b1f2abcf81 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 <parav@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-05-31 09:50:17 +01:00
..
2023-05-11 18:07:05 -07:00
2022-11-16 12:48:44 +00:00
2023-03-17 08:56:37 +00:00
2023-01-26 10:52:18 +01:00
2023-05-22 11:22:58 +01:00