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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"