git: 6460c327f6f3 - main - libifconfig: Fix nits in the descriptions of active 100G cables.

From: Navdeep Parhar <np_at_FreeBSD.org>
Date: Mon, 17 Mar 2025 23:14:32 UTC
The branch main has been updated by np:

URL: https://cgit.FreeBSD.org/src/commit/?id=6460c327f6f3fdf2d1cd4db648baf6cb7d74828e

commit 6460c327f6f3fdf2d1cd4db648baf6cb7d74828e
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-02-25 20:29:42 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2025-03-17 23:05:25 +0000

    libifconfig: Fix nits in the descriptions of active 100G cables.
    
    This is a cosmetic change affecting the "plugged: ..." line in the
    output of ifconfig -v.  Both the 100G active cables were missing a
    closing parenthesis.
    
    MFC after:      1 week
    Sponsored by:   Chelsio Communications
---
 lib/libifconfig/sfp.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libifconfig/sfp.lua b/lib/libifconfig/sfp.lua
index de738648451a..4a43b2ed780b 100644
--- a/lib/libifconfig/sfp.lua
+++ b/lib/libifconfig/sfp.lua
@@ -330,7 +330,7 @@ enums = {
             {0x0A, "RESERVED_0A",             "Reserved"},
             {0x09, "OBSOLETE",                "Obsolete"},
             {0x08, "100G_25GAUI_C2M_ACC_1",
-                   "100G ACC (Active Copper Cable"},
+                   "100G ACC (Active Copper Cable)"},
             {0x07, "100G_PSM4_P_SMF",         "100G PSM4 Parallel SMF"},
             {0x06, "100G_CWDM4",              "100G CWDM4"},
             {0x05, "100GBASE_SR10",           "100GBASE-SR10"},
@@ -338,7 +338,7 @@ enums = {
             {0x03, "100GBASE_LR4_25GBASE_LR", "100GBASE-LR4 or 25GBASE-LR"},
             {0x02, "100GBASE_SR4_25GBASE_SR", "100GBASE-SR4 or 25GBASE-SR"},
             {0x01, "100G_25GAUI_C2M_AOC_1",
-                   "100G AOC (Active Optical Cable"},
+                   "100G AOC (Active Optical Cable)"},
             {0x00, "UNSPECIFIED",             "Unspecified"},
         },
     },