mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
cxgb3 gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -699,7 +699,7 @@ static int do_cr(struct t3cdev *dev, struct sk_buff *skb)
|
||||
* the buffer.
|
||||
*/
|
||||
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))) {
|
||||
BUG_ON(skb->len < len);
|
||||
|
||||
Reference in New Issue
Block a user