Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 17:43:47 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r310836 - stable/11/sys/dev/sfxge/common
Message-ID:  <201612301743.uBUHhl5X010036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Fri Dec 30 17:43:47 2016
New Revision: 310836
URL: https://svnweb.freebsd.org/changeset/base/310836

Log:
  MFC r310678
  
  sfxge(4): cleanup: remove trailing whitespace
  
  Sponsored by:   Solarflare Communications, Inc.

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

Modified: stable/11/sys/dev/sfxge/common/efx_types.h
==============================================================================
--- stable/11/sys/dev/sfxge/common/efx_types.h	Fri Dec 30 17:42:05 2016	(r310835)
+++ stable/11/sys/dev/sfxge/common/efx_types.h	Fri Dec 30 17:43:47 2016	(r310836)
@@ -1310,7 +1310,7 @@ extern int fix_lint;
 /*
  * Set or clear a numbered bit within an octword.
  */
- 
+
 #define	EFX_SHIFT64(_bit, _base)					\
 	(((_bit) >= (_base) && (_bit) < (_base) + 64) ?			\
 		((uint64_t)1 << ((_bit) - (_base))) :			\



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