mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:30:53 +07:00
[NET]: Fix dev_alloc_skb() typo.
Noticed by Joe Perches. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
095d911201
commit
a0f55e0e83
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user