net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
18062ca947
commit
b138338056
@ -141,11 +141,11 @@ hbh_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
|
||||
}
|
||||
|
||||
/* Step to the next */
|
||||
pr_debug("len%04X \n", optlen);
|
||||
pr_debug("len%04X\n", optlen);
|
||||
|
||||
if ((ptr > skb->len - optlen || hdrlen < optlen) &&
|
||||
temp < optinfo->optsnr - 1) {
|
||||
pr_debug("new pointer is too large! \n");
|
||||
pr_debug("new pointer is too large!\n");
|
||||
break;
|
||||
}
|
||||
ptr += optlen;
|
||||
|
Reference in New Issue
Block a user