svn commit: r280432 - head/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Tue Mar 24 11:25:21 UTC 2015


Author: arybchik
Date: Tue Mar 24 11:25:19 2015
New Revision: 280432
URL: https://svnweb.freebsd.org/changeset/base/280432

Log:
  sfxge: cleanup: add a blank line before each #if to improve readability
  
  Sponsored by:   Solarflare Communications, Inc.

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

Modified: head/sys/dev/sfxge/sfxge.h
==============================================================================
--- head/sys/dev/sfxge/sfxge.h	Tue Mar 24 11:22:12 2015	(r280431)
+++ head/sys/dev/sfxge/sfxge.h	Tue Mar 24 11:25:19 2015	(r280432)
@@ -55,25 +55,32 @@
  */
 #define	CACHE_LINE_SIZE 128
 #endif
+
 #ifndef IFCAP_LINKSTATE
 #define	IFCAP_LINKSTATE 0
 #endif
+
 #ifndef IFCAP_VLAN_HWTSO
 #define	IFCAP_VLAN_HWTSO 0
 #endif
+
 #ifndef IFM_10G_T
 #define	IFM_10G_T IFM_UNKNOWN
 #endif
+
 #ifndef IFM_10G_KX4
 #define	IFM_10G_KX4 IFM_10G_CX4
 #endif
+
 #if (__FreeBSD_version >= 800501 && __FreeBSD_version < 900000) || \
 	__FreeBSD_version >= 900003
 #define	SFXGE_HAVE_DESCRIBE_INTR
 #endif
+
 #ifdef IFM_ETH_RXPAUSE
 #define	SFXGE_HAVE_PAUSE_MEDIAOPTS
 #endif
+
 #ifndef CTLTYPE_U64
 #define	CTLTYPE_U64 CTLTYPE_QUAD
 #endif


More information about the svn-src-head mailing list