提交 1f41bb3a 编写于 作者: A Al Viro 提交者: Linus Torvalds

cxgb3 gfp_t annotations

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Acked-by: NJeff Garzik <jeff@garzik.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册