Commit 1f41bb3a authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

cxgb3 gfp_t annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Acked-by: default avatarJeff Garzik <jeff@garzik.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent af3b162a
...@@ -699,7 +699,7 @@ static int do_cr(struct t3cdev *dev, struct sk_buff *skb) ...@@ -699,7 +699,7 @@ static int do_cr(struct t3cdev *dev, struct sk_buff *skb)
* the buffer. * the buffer.
*/ */
static struct sk_buff *cxgb3_get_cpl_reply_skb(struct sk_buff *skb, size_t len, static struct sk_buff *cxgb3_get_cpl_reply_skb(struct sk_buff *skb, size_t len,
int gfp) gfp_t gfp)
{ {
if (likely(!skb_cloned(skb))) { if (likely(!skb_cloned(skb))) {
BUG_ON(skb->len < len); BUG_ON(skb->len < len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment