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

Commit 23f28001 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] qeth gfp_t annotations

parent 4c1f2b31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -873,7 +873,7 @@ qeth_realloc_headroom(struct qeth_card *card, struct sk_buff *skb, int size)
}

static inline struct sk_buff *
qeth_pskb_unshare(struct sk_buff *skb, int pri)
qeth_pskb_unshare(struct sk_buff *skb, gfp_t pri)
{
        struct sk_buff *nskb;
        if (!skb_cloned(skb))