svn commit: r279267 - head/sys/dev/sfxge
Andrew Rybchenko
arybchik at FreeBSD.org
Wed Feb 25 06:19:24 UTC 2015
Author: arybchik
Date: Wed Feb 25 06:19:23 2015
New Revision: 279267
URL: https://svnweb.freebsd.org/changeset/base/279267
Log:
sfxge: use tab to indent instead of spaces
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Modified:
head/sys/dev/sfxge/sfxge_port.c
Modified: head/sys/dev/sfxge/sfxge_port.c
==============================================================================
--- head/sys/dev/sfxge/sfxge_port.c Wed Feb 25 06:19:00 2015 (r279266)
+++ head/sys/dev/sfxge/sfxge_port.c Wed Feb 25 06:19:23 2015 (r279267)
@@ -290,7 +290,7 @@ static const uint64_t sfxge_link_baudrat
[EFX_LINK_100FDX] = IF_Mbps(100),
[EFX_LINK_1000HDX] = IF_Gbps(1),
[EFX_LINK_1000FDX] = IF_Gbps(1),
- [EFX_LINK_10000FDX] = IF_Gbps(10),
+ [EFX_LINK_10000FDX] = IF_Gbps(10),
};
void
More information about the svn-src-all
mailing list