Fixe some whitespace nits that were introduced in r216758.

Sponsored by:	FreeBSD Foundation
Submitted by:	pjd
MFC after:	10 weeks
X-MFC with:	r216758
This commit is contained in:
Lawrence Stewart 2011-01-11 01:32:08 +00:00
parent 5a29e4d24c
commit f1f5cc47d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217252

View File

@ -511,12 +511,12 @@ void kmod_tcpstat_inc(int statnum);
#define HHOOK_TCP_LAST HHOOK_TCP_EST_OUT
struct tcp_hhook_data {
struct tcpcb *tp;
struct tcphdr *th;
struct tcpopt *to;
long len;
int tso;
tcp_seq curack;
struct tcpcb *tp;
struct tcphdr *th;
struct tcpopt *to;
long len;
int tso;
tcp_seq curack;
};
#endif
@ -625,7 +625,7 @@ VNET_DECLARE(int, tcp_ecn_maxretries);
#define V_tcp_do_ecn VNET(tcp_do_ecn)
#define V_tcp_ecn_maxretries VNET(tcp_ecn_maxretries)
VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST+1]);
VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST + 1]);
#define V_tcp_hhh VNET(tcp_hhh)
int tcp_addoptions(struct tcpopt *, u_char *);