aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-01-26 12:24:28 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-01-26 12:24:28 +0000
commitedf5f80d4ef37737407e7c5286649167343a0180 (patch)
tree6f64a11a07d73f112bf862a4fd9327191d9c3a36 /sys/netinet
parent08f94bd21d272a804d6a590f071b881da7b8aedb (diff)
downloadsrc-edf5f80d4ef37737407e7c5286649167343a0180.tar.gz
src-edf5f80d4ef37737407e7c5286649167343a0180.zip
MFC: (whilespace-only)
Kill trailing spaces.
Notes
Notes: svn path=/stable/4/; revision=125022
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_gre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index b3ec6fab74f8..15e34656ff5b 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -125,7 +125,7 @@ gre_input(m, va_alist)
ret = gre_input2(m, off, proto);
/*
- * ret == 0 : packet not processed, meaning that
+ * ret == 0 : packet not processed, meaning that
* no matching tunnel that is up is found.
* we inject it to raw ip socket to see if anyone picks it up.
*/
@@ -300,7 +300,7 @@ gre_mobile_input(m, va_alist)
* and full size of IP packet), so that adjust accordingly.
*/
ip->ip_len = htons(ip->ip_len + sizeof(struct ip) - msiz);
-
+
ip->ip_sum = 0;
ip->ip_sum = in_cksum(m, (ip->ip_hl << 2));