svn commit: r280431 - head/sys/modules/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Tue Mar 24 11:22:13 UTC 2015


Author: arybchik
Date: Tue Mar 24 11:22:12 2015
New Revision: 280431
URL: https://svnweb.freebsd.org/changeset/base/280431

Log:
  sfxge: cleanup: remove trailing whitespaces
  
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  head/sys/modules/sfxge/Makefile

Modified: head/sys/modules/sfxge/Makefile
==============================================================================
--- head/sys/modules/sfxge/Makefile	Tue Mar 24 09:46:47 2015	(r280430)
+++ head/sys/modules/sfxge/Makefile	Tue Mar 24 11:22:12 2015	(r280431)
@@ -14,7 +14,7 @@ SRCS+=	sfxge_port.c sfxge_rx.c sfxge_tx.
 SRCS+=	sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
 
 .PATH: ${.CURDIR}/../../dev/sfxge/common
-SRCS+=	efx_ev.c efx_intr.c efx_mac.c efx_mcdi.c efx_nic.c 
+SRCS+=	efx_ev.c efx_intr.c efx_mac.c efx_mcdi.c efx_nic.c
 SRCS+=	efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c
 SRCS+=	efx_vpd.c efx_wol.c
 SRCS+=	efsys.h
@@ -22,7 +22,7 @@ SRCS+=	efx.h efx_impl.h efx_mcdi.h efx_r
 SRCS+=	efx_regs_mcdi.h efx_regs_pci.h efx_types.h
 
 SRCS+=	siena_mac.c siena_nic.c siena_nvram.c siena_phy.c
-SRCS+=	siena_sram.c siena_vpd.c 
+SRCS+=	siena_sram.c siena_vpd.c
 SRCS+=	siena_flash.h siena_impl.h
 
 DEBUG_FLAGS= -DDEBUG=1


More information about the svn-src-head mailing list