svn commit: r301401 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Sat Jun 4 17:24:12 UTC 2016
Author: arybchik
Date: Sat Jun 4 17:24:10 2016
New Revision: 301401
URL: https://svnweb.freebsd.org/changeset/base/301401
Log:
MFC r300849
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.
Modified:
stable/10/sys/dev/sfxge/common/efx_mon.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/efx_mon.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_mon.c Sat Jun 4 17:23:08 2016 (r301400)
+++ stable/10/sys/dev/sfxge/common/efx_mon.c Sat Jun 4 17:24:10 2016 (r301401)
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
static const char *__efx_mon_name[] = {
"",
"sfx90x0",
- "sfx91x0"
+ "sfx91x0",
"sfx92x0"
};
More information about the svn-src-stable-10
mailing list