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

[NET]: Fix dev_alloc_skb() typo.

Noticed by Joe Perches.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 095d9112
...@@ -279,7 +279,7 @@ struct sk_buff *dev_alloc_skb(unsigned int length) ...@@ -279,7 +279,7 @@ struct sk_buff *dev_alloc_skb(unsigned int length)
{ {
/* /*
* There is more code here than it seems: * 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); return __dev_alloc_skb(length, GFP_ATOMIC);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment