diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 10:57:28 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-25 00:01:54 +0300 |
commit | b138338056fc423c61a583d45f8aa64cfad87131 (patch) | |
tree | 89079c1f80c62a7fce240942605e869944c81a1e /net/ipv6 | |
parent | 18062ca94714a66e75da8a22e010d0e8e61ab4cd (diff) | |
download | linux-b138338056fc423c61a583d45f8aa64cfad87131.tar.xz |
net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6t_hbh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/netfilter/ip6t_hbh.c b/net/ipv6/netfilter/ip6t_hbh.c index cbe8dec9744b..e60677519e40 100644 --- a/net/ipv6/netfilter/ip6t_hbh.c +++ b/net/ipv6/netfilter/ip6t_hbh.c @@ -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; |