Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

cxgb3 gfp_t annotations

parent af3b162a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);