svn commit: r311052 - stable/10/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Mon Jan 2 08:56:36 UTC 2017


Author: arybchik
Date: Mon Jan  2 08:56:34 2017
New Revision: 311052
URL: https://svnweb.freebsd.org/changeset/base/311052

Log:
  MFC r310684
  
  sfxge(4): cleanup: remove trailing whitespaces
  
  Found by DPDK checkpatch.sh
  
  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	Mon Jan  2 08:53:53 2017	(r311051)
+++ stable/10/sys/dev/sfxge/common/efx_types.h	Mon Jan  2 08:56:34 2017	(r311052)
@@ -238,7 +238,7 @@ typedef union efx_oword_u {
 #endif
 #if EFSYS_HAS_UINT64
 	uint64_t eo_u64[2];
-#endif	
+#endif
 	uint32_t eo_u32[4];
 	uint16_t eo_u16[8];
 	uint8_t eo_u8[16];


More information about the svn-src-all mailing list