Module Name:    src
Committed By:   rjs
Date:           Wed Jun 28 13:22:29 UTC 2017

Modified Files:
        src/sys/netinet: sctp_pcb.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/sctp_pcb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/sctp_pcb.c
diff -u src/sys/netinet/sctp_pcb.c:1.8 src/sys/netinet/sctp_pcb.c:1.9
--- src/sys/netinet/sctp_pcb.c:1.8	Thu Dec  8 05:16:33 2016
+++ src/sys/netinet/sctp_pcb.c	Wed Jun 28 13:22:28 2017
@@ -1,5 +1,5 @@
 /* $KAME: sctp_pcb.c,v 1.39 2005/06/16 18:29:25 jinmei Exp $ */
-/* $NetBSD: sctp_pcb.c,v 1.8 2016/12/08 05:16:33 ozaki-r Exp $ */
+/* $NetBSD: sctp_pcb.c,v 1.9 2017/06/28 13:22:28 rjs Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.8 2016/12/08 05:16:33 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.9 2017/06/28 13:22:28 rjs Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -2085,7 +2085,7 @@ sctp_inpcb_free(struct sctp_inpcb *inp, 
 		sctp_m_freem(inp->pkt);
 		inp->pkt = NULL;
 	}
-	so  = inp->sctp_socket;
+	so = inp->sctp_socket;
 	ip_pcb = &inp->ip_inp.inp; /* we could just cast the main
 				   * pointer here but I will
 				   * be nice :> (i.e. ip_pcb = ep;)

Reply via email to