aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ethernet.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2020-02-07 15:16:04 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2020-02-07 15:16:04 +0000
commita1b769b32d39ab3bab76f46c39483fb80801cda8 (patch)
tree4d8760d0c4f85de0c937369330fabd6751981b15 /sys/net/ethernet.h
parent2512630061f710cdbf448756c7c67774ecdce565 (diff)
downloadsrc-a1b769b32d39ab3bab76f46c39483fb80801cda8.tar.gz
src-a1b769b32d39ab3bab76f46c39483fb80801cda8.zip
typo: stray spaces.
No functional change
Notes
Notes: svn path=/head/; revision=357655
Diffstat (limited to 'sys/net/ethernet.h')
-rw-r--r--sys/net/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h
index ab9355431418..346887b41e95 100644
--- a/sys/net/ethernet.h
+++ b/sys/net/ethernet.h
@@ -344,7 +344,7 @@ struct ether_vlan_header {
#define ETHERTYPE_SLOW 0x8809 /* 802.3ad link aggregation (LACP) */
#define ETHERTYPE_PPP 0x880B /* PPP (obsolete by PPPoE) */
#define ETHERTYPE_HITACHI 0x8820 /* Hitachi Cable (Optoelectronic Systems Laboratory) */
-#define ETHERTYPE_TEST 0x8822 /* Network Conformance Testing */
+#define ETHERTYPE_TEST 0x8822 /* Network Conformance Testing */
#define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */
#define ETHERTYPE_MPLS_MCAST 0x8848 /* MPLS Multicast */
#define ETHERTYPE_AXIS 0x8856 /* Axis Communications AB proprietary bootstrap/config */