Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 11:25:20 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280432 - head/sys/dev/sfxge
Message-ID:  <201503241125.t2OBPKf9012748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503241125.t2OBPKf9012748>