提交 a0f55e0e 编写于 作者: D David S. Miller

[NET]: Fix dev_alloc_skb() typo.

Noticed by Joe Perches.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 095d9112
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册