Home
last modified time | relevance | path

Searched hist:"483126 b3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dskbuff.c483126b3 Sat Feb 13 08:11:26 CST 2021 Alexander Lobakin <alobakin@pm.me> skbuff: make __build_skb_around() return void

__build_skb_around() can never fail and always returns passed skb.
Make it return void to simplify and optimize the code.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: David S. Miller <davem@davemloft.net>