svn commit: r352272 - stable/12/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Fri Sep 13 01:14:59 UTC 2019


Author: np
Date: Fri Sep 13 01:14:58 2019
New Revision: 352272
URL: https://svnweb.freebsd.org/changeset/base/352272

Log:
  MFC r351445:
  
  whitespace nit.

Modified:
  stable/12/sys/dev/cxgbe/tom/t4_listen.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/cxgbe/tom/t4_listen.c
==============================================================================
--- stable/12/sys/dev/cxgbe/tom/t4_listen.c	Fri Sep 13 01:12:17 2019	(r352271)
+++ stable/12/sys/dev/cxgbe/tom/t4_listen.c	Fri Sep 13 01:14:58 2019	(r352272)
@@ -1034,7 +1034,7 @@ get_l2te_for_nexthop(struct port_info *pi, struct ifne
 	struct l2t_entry *e;
 	struct sockaddr_in6 sin6;
 	struct sockaddr *dst = (void *)&sin6;
- 
+
 	if (inc->inc_flags & INC_ISIPV6) {
 		struct nhop6_basic nh6;
 


More information about the svn-src-all mailing list