aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 6ef7008a3ef3..e4259215607f 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -279,7 +279,7 @@ struct sk_buff *dev_alloc_skb(unsigned int length)
279{ 279{
280 /* 280 /*
281 * There is more code here than it seems: 281 * There is more code here than it seems:
282 * __def_alloc_skb is an inline 282 * __dev_alloc_skb is an inline
283 */ 283 */
284 return __dev_alloc_skb(length, GFP_ATOMIC); 284 return __dev_alloc_skb(length, GFP_ATOMIC);
285} 285}