summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-12 20:12:48 +0000
committerbms <bms@FreeBSD.org>2004-02-12 20:12:48 +0000
commit7c4d7ecee017ad1d1b82c5f329f20ed7298298b9 (patch)
tree7039b1405bb5986dc2a67d307e77f54287939efd /sys/netinet/tcp_output.c
parent5212ec56c949779f3dfe272e7af47a4fd486ae39 (diff)
downloadFreeBSD-src-7c4d7ecee017ad1d1b82c5f329f20ed7298298b9.zip
FreeBSD-src-7c4d7ecee017ad1d1b82c5f329f20ed7298298b9.tar.gz
style(9) pass; whitespace and comments.
Submitted by: njl
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 2e386d0..64c7fa6 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -548,9 +548,8 @@ send:
if (tp->t_flags & TF_SIGNATURE) {
int i;
u_char *bp;
- /*
- * Initialize TCP-MD5 option (RFC2385)
- */
+
+ /* Initialize TCP-MD5 option (RFC2385) */
bp = (u_char *)opt + optlen;
*bp++ = TCPOPT_SIGNATURE;
*bp++ = TCPOLEN_SIGNATURE;
@@ -558,9 +557,8 @@ send:
for (i = 0; i < TCP_SIGLEN; i++)
*bp++ = 0;
optlen += TCPOLEN_SIGNATURE;
- /*
- * Terminate options list and maintain 32-bit alignment.
- */
+
+ /* Terminate options list and maintain 32-bit alignment. */
*bp++ = TCPOPT_NOP;
*bp++ = TCPOPT_EOL;
optlen += 2;
OpenPOWER on IntegriCloud