net: core: change return type of pskb_may_pull to bool
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 6 Oct 2019 16:19:54 +0000 (18:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:36:26 +0000 (09:36 -0400)
commitb9df4fd7e99cb8bfd80c4143f3045d63b1754ad0
tree711d18a50f451f046a57515d0cabedc9a65072f2
parent6c157f6ed90ffceba73d43c115ccf94a435a4c3c
net: core: change return type of pskb_may_pull to bool

This function de-facto returns a bool, so let's change the return type
accordingly.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h