svn commit: r300849 - head/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Fri May 27 11:50:27 UTC 2016
Author: arybchik
Date: Fri May 27 11:50:26 2016
New Revision: 300849
URL: https://svnweb.freebsd.org/changeset/base/300849
Log:
sfxge(4): fix typo in monitor types strings in common code
Submitted by: Garrett D'Amore <garrett at damore.org>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week
Modified:
head/sys/dev/sfxge/common/efx_mon.c
Modified: head/sys/dev/sfxge/common/efx_mon.c
==============================================================================
--- head/sys/dev/sfxge/common/efx_mon.c Fri May 27 11:49:46 2016 (r300848)
+++ head/sys/dev/sfxge/common/efx_mon.c Fri May 27 11:50:26 2016 (r300849)
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
static const char *__efx_mon_name[] = {
"",
"sfx90x0",
- "sfx91x0"
+ "sfx91x0",
"sfx92x0"
};
More information about the svn-src-head
mailing list