Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0f55e0e authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Fix dev_alloc_skb() typo.



Noticed by Joe Perches.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 095d9112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ struct sk_buff *dev_alloc_skb(unsigned int length)
{
	/*
	 * There is more code here than it seems:
	 * __def_alloc_skb is an inline
	 * __dev_alloc_skb is an inline
	 */
	return __dev_alloc_skb(length, GFP_ATOMIC);
}