Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 03:49:48 +0000 (UTC)
From:      Chuck Tuffli <chuck@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349981 - head/sys/net
Message-ID:  <201907140349.x6E3nmIH078195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: chuck
Date: Sun Jul 14 03:49:48 2019
New Revision: 349981
URL: https://svnweb.freebsd.org/changeset/base/349981

Log:
  Fix a typo in r349969
  
  OUI_FRREBSD_NVME_HIGH should have been OUI_FREEBSD_NVME_HIGH
  
  Caught by:	Gary Jennejohn

Modified:
  head/sys/net/ieee_oui.h

Modified: head/sys/net/ieee_oui.h
==============================================================================
--- head/sys/net/ieee_oui.h	Sun Jul 14 02:46:34 2019	(r349980)
+++ head/sys/net/ieee_oui.h	Sun Jul 14 03:49:48 2019	(r349981)
@@ -82,4 +82,4 @@
 /* Allocate 16 bits for emulated NVMe devices */
 #define OUI_FREEBSD_NVME_MASK		0x20ffff
 #define OUI_FREEBSD_NVME_LOW		OUI_FREEBSD(0x200000)
-#define OUI_FRREBSD_NVME_HIGH		OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)
+#define OUI_FREEBSD_NVME_HIGH		OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907140349.x6E3nmIH078195>