svn commit: r310835 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Fri Dec 30 17:42:06 UTC 2016
Author: arybchik
Date: Fri Dec 30 17:42:05 2016
New Revision: 310835
URL: https://svnweb.freebsd.org/changeset/base/310835
Log:
MFC r310678
sfxge(4): cleanup: remove trailing whitespace
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/common/efx_types.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/efx_types.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_types.h Fri Dec 30 17:37:06 2016 (r310834)
+++ stable/10/sys/dev/sfxge/common/efx_types.h Fri Dec 30 17:42:05 2016 (r310835)
@@ -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))) : \
More information about the svn-src-stable-10
mailing list