svn commit: r294256 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Mon Jan 18 06:39:08 UTC 2016


Author: arybchik
Date: Mon Jan 18 06:39:06 2016
New Revision: 294256
URL: https://svnweb.freebsd.org/changeset/base/294256

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

Modified:
  head/sys/dev/sfxge/common/ef10_tlv_layout.h

Modified: head/sys/dev/sfxge/common/ef10_tlv_layout.h
==============================================================================
--- head/sys/dev/sfxge/common/ef10_tlv_layout.h	Mon Jan 18 06:38:21 2016	(r294255)
+++ head/sys/dev/sfxge/common/ef10_tlv_layout.h	Mon Jan 18 06:39:06 2016	(r294256)
@@ -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