From 3b429de1d8c2a21490cdc8623ce06216700bfaf8 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 24 Jul 2006 15:31:14 -0700 Subject: [PATCH] --- yaml --- r: 32820 b: refs/heads/master c: b4e54de8d34afe7fcf08bfe91070d9dfeae6ed27 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/skbuff.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 10f099291687..80bb60a10a9a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37182d1bd3264cf9c0dce3408bee48af0755de7e +refs/heads/master: b4e54de8d34afe7fcf08bfe91070d9dfeae6ed27 diff --git a/trunk/include/linux/skbuff.h b/trunk/include/linux/skbuff.h index f98757976647..4307e764ef0a 100644 --- a/trunk/include/linux/skbuff.h +++ b/trunk/include/linux/skbuff.h @@ -1067,7 +1067,7 @@ static inline void __skb_queue_purge(struct sk_buff_head *list) } /** - * __dev_alloc_skb - allocate an skbuff for sending + * __dev_alloc_skb - allocate an skbuff for receiving * @length: length to allocate * @gfp_mask: get_free_pages mask, passed to alloc_skb * @@ -1088,7 +1088,7 @@ static inline struct sk_buff *__dev_alloc_skb(unsigned int length, } /** - * dev_alloc_skb - allocate an skbuff for sending + * dev_alloc_skb - allocate an skbuff for receiving * @length: length to allocate * * Allocate a new &sk_buff and assign it a usage count of one. The