Skip to content

Commit

Permalink
[NET]: Fix dev_alloc_skb() typo.
Browse files Browse the repository at this point in the history
Noticed by Joe Perches.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 29, 2008
1 parent 095d911 commit a0f55e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a0f55e0

Please sign in to comment.