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:
Frans Pop
2010-03-24 07:57:28 +00:00
committed by David S. Miller
parent 18062ca947
commit b138338056
9 changed files with 11 additions and 11 deletions

View File

@ -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;