net:dev: Change napi_gro_complete return type to void
authorGyumin Hwang <hkm73560@gmail.com>
Sat, 2 Oct 2021 08:11:36 +0000 (08:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Oct 2021 13:08:14 +0000 (14:08 +0100)
commit1643771eeb2db9b487cbbde12e2a3f6ed0171490
tree3450d0b40fc17621a911d01a1bdc2123d6f34675
parent8b67a2111bb82847e59e127508c7e35b2bbf6ea8
net:dev: Change napi_gro_complete return type to void

napi_gro_complete always returned the same value, NET_RX_SUCCESS
And the value was not used anywhere

Signed-off-by: Gyumin Hwang <hkm73560@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c