summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-09-27 14:49:51 -0500
committerLuiz Souza <luiz@netgate.com>2017-09-27 14:56:19 -0500
commitb7c52c7d5da0c335d85d4e1f804990a2cd70e1be (patch)
treeb970ffa97060584103c605b121733f12e6b9f952
parent65e0d2758978e6ffd31e37a5714d0eaab40a0c4a (diff)
downloadFreeBSD-src-b7c52c7d5da0c335d85d4e1f804990a2cd70e1be.zip
FreeBSD-src-b7c52c7d5da0c335d85d4e1f804990a2cd70e1be.tar.gz
Fix the typo.
(cherry picked from commit 641a8603c6f4b41ae6efae68129205a4f6eb1194)
-rw-r--r--sys/dev/etherswitch/e6000sw/e6000sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/e6000sw/e6000sw.c b/sys/dev/etherswitch/e6000sw/e6000sw.c
index 893ebf7..21213e2 100644
--- a/sys/dev/etherswitch/e6000sw/e6000sw.c
+++ b/sys/dev/etherswitch/e6000sw/e6000sw.c
@@ -88,7 +88,7 @@ static etherswitch_info_t etherswitch_info = {
.es_nports = 0,
.es_nvlangroups = 0,
.es_vlan_caps = ETHERSWITCH_VLAN_PORT | ETHERSWITCH_VLAN_DOT1Q,
- .es_switch_caps = ETHERSWITCH_CAPS_PORTS_MASK;
+ .es_switch_caps = ETHERSWITCH_CAPS_PORTS_MASK,
.es_name = "Marvell 6000 series switch"
};
OpenPOWER on IntegriCloud