diff
8 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom,
---
8 if (newheadroom < 0 || newtailroom < 0)
9     return NULL;
8 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom,
