summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>2002-06-24 16:47:02 +0000
committerhsu <hsu@FreeBSD.org>2002-06-24 16:47:02 +0000
commitf13c72f3019d98e3ab096693378c212a443f655b (patch)
treed9a9b9f469db63507e6110b66ad1e3eff0e5a678 /sys
parent50d1c42f1ec65cbae9189f57d033e83d1a9938d3 (diff)
downloadFreeBSD-src-f13c72f3019d98e3ab096693378c212a443f655b.zip
FreeBSD-src-f13c72f3019d98e3ab096693378c212a443f655b.tar.gz
Style bug: fix 4 space indentations that should have been tabs.
Submitted by: jlemon
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/tcp_input.c10
-rw-r--r--sys/netinet/tcp_reass.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index d787daa..6a2b69d 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -2187,7 +2187,7 @@ dropafterack:
&tcp_savetcp, 0);
#endif
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
m_freem(m);
tp->t_flags |= TF_ACKNOW;
(void) tcp_output(tp);
@@ -2217,7 +2217,7 @@ dropwithreset:
/* IPv6 anycast check is done at tcp6_input() */
if (tp)
- INP_UNLOCK(inp);
+ INP_UNLOCK(inp);
/*
* Perform bandwidth limiting.
*/
@@ -2241,7 +2241,7 @@ dropwithreset:
(tcp_seq)0, TH_RST|TH_ACK);
}
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
return;
drop:
@@ -2254,10 +2254,10 @@ drop:
&tcp_savetcp, 0);
#endif
if (tp)
- INP_UNLOCK(inp);
+ INP_UNLOCK(inp);
m_freem(m);
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
return;
}
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index d787daa..6a2b69d 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.c
@@ -2187,7 +2187,7 @@ dropafterack:
&tcp_savetcp, 0);
#endif
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
m_freem(m);
tp->t_flags |= TF_ACKNOW;
(void) tcp_output(tp);
@@ -2217,7 +2217,7 @@ dropwithreset:
/* IPv6 anycast check is done at tcp6_input() */
if (tp)
- INP_UNLOCK(inp);
+ INP_UNLOCK(inp);
/*
* Perform bandwidth limiting.
*/
@@ -2241,7 +2241,7 @@ dropwithreset:
(tcp_seq)0, TH_RST|TH_ACK);
}
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
return;
drop:
@@ -2254,10 +2254,10 @@ drop:
&tcp_savetcp, 0);
#endif
if (tp)
- INP_UNLOCK(inp);
+ INP_UNLOCK(inp);
m_freem(m);
if (headlocked)
- INP_INFO_WUNLOCK(&tcbinfo);
+ INP_INFO_WUNLOCK(&tcbinfo);
return;
}
OpenPOWER on IntegriCloud