summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.c
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2004-01-26 12:21:59 +0000
committersobomax <sobomax@FreeBSD.org>2004-01-26 12:21:59 +0000
commit6d77c2d2d2d5058e32f30816e4d89c75c1e27d7c (patch)
treefb0aa6e27fc64302adcefcde0a97a2a54d7cda1c /sys/netinet/ip_gre.c
parent5ab2525e7fc4ce22598f99c7898ef74913629610 (diff)
downloadFreeBSD-src-6d77c2d2d2d5058e32f30816e4d89c75c1e27d7c.zip
FreeBSD-src-6d77c2d2d2d5058e32f30816e4d89c75c1e27d7c.tar.gz
(whilespace-only)
Kill trailing spaces.
Diffstat (limited to 'sys/netinet/ip_gre.c')
-rw-r--r--sys/netinet/ip_gre.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index a2fdb9f..1abef16 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -119,7 +119,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.
*/
@@ -179,7 +179,7 @@ gre_input2(struct mbuf *m ,int hlen, u_char proto)
switch (ntohs(gip->gi_ptype)) { /* ethertypes */
case ETHERTYPE_IP: /* shouldn't need a schednetisr(), as */
case WCCP_PROTOCOL_TYPE: /* we are in ip_input */
- isr = NETISR_IP;
+ isr = NETISR_IP;
break;
#ifdef NETATALK
case ETHERTYPE_ATALK:
@@ -295,7 +295,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));
OpenPOWER on IntegriCloud