svn commit: r294400 - stable/10/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Wed Jan 20 08:21:08 UTC 2016


Author: arybchik
Date: Wed Jan 20 08:21:07 2016
New Revision: 294400
URL: https://svnweb.freebsd.org/changeset/base/294400

Log:
  MFC r294256
  
  sfxge: cleanup: remove extra empty lines
  
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  stable/10/sys/dev/sfxge/common/ef10_tlv_layout.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/common/ef10_tlv_layout.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/ef10_tlv_layout.h	Wed Jan 20 08:20:00 2016	(r294399)
+++ stable/10/sys/dev/sfxge/common/ef10_tlv_layout.h	Wed Jan 20 08:21:07 2016	(r294400)
@@ -694,7 +694,6 @@ struct tlv_mcast_filter_chaining {
 #define TLV_MCAST_FILTER_CHAINING_ENABLED  (1)
 };
 
-
 /* Pacer rate limit per PF */
 #define TLV_TAG_RATE_LIMIT(pf)    (0x101b0000 + (pf))
 
@@ -704,7 +703,6 @@ struct tlv_rate_limit {
   uint32_t rate_mbps;
 };
 
-
 /* OCSD Enable/Disable
  *
  * This setting allows OCSD to be disabled. This is a requirement for HP


More information about the svn-src-all mailing list