Skip to content

Commit

Permalink
[PATCH] qeth gfp_t annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 14, 2007
1 parent 4c1f2b3 commit 23f2800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/qeth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 23f2800

Please sign in to comment.