net: manual clean code which call skb_put_[data:zero]
Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ad941e693b
commit
b952f4dff2
@@ -2258,7 +2258,7 @@ static void isdn_ppp_ccp_xmit_reset(struct ippp_struct *is, int proto,
|
||||
|
||||
/* Now stuff remaining bytes */
|
||||
if (len) {
|
||||
p = skb_put_data(skb, data, len);
|
||||
skb_put_data(skb, data, len);
|
||||
}
|
||||
|
||||
/* skb is now ready for xmit */
|
||||
|
Reference in New Issue
Block a user