diff --git a/[refs] b/[refs] index 1174fe08dad0..af56b3749a94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bb79565aaa4d917a14c87deae8b98a61833307a +refs/heads/master: 94b6042cfed02229b05e04002ab00085b60f8213 diff --git a/trunk/net/core/skbuff.c b/trunk/net/core/skbuff.c index 016694d62484..1d74cea22aaa 100644 --- a/trunk/net/core/skbuff.c +++ b/trunk/net/core/skbuff.c @@ -160,8 +160,8 @@ static void skb_under_panic(struct sk_buff *skb, int sz, void *here) * @node: numa node to allocate memory on * * Allocate a new &sk_buff. The returned buffer has no headroom and a - * tail room of size bytes. The object has a reference count of one. - * The return is the buffer. On a failure the return is %NULL. + * tail room of at least size bytes. The object has a reference count + * of one. The return is the buffer. On a failure the return is %NULL. * * Buffers may only be allocated from interrupts using a @gfp_mask of * %GFP_ATOMIC.