]> www.infradead.org Git - users/hch/misc.git/commitdiff
bonding: fix standard reference typo in ad_select description
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Fri, 12 Sep 2025 13:31:30 +0000 (06:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 16 Sep 2025 01:12:35 +0000 (18:12 -0700)
The bonding option description for "ad_select" mistakenly referred
to "803.ad". Update it to the correct IEEE standard "802.3ad".

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Link: https://patch.msgid.link/20250912133132.3920213-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/bonding/bond_options.c

index 5b275cb266bc528b77c4ea6e0f7d3a21515b3e55..495a87f2ea7c8b5f78cea8ccb96933a6cad3e325 100644 (file)
@@ -379,7 +379,7 @@ static const struct bond_option bond_opts[BOND_OPT_LAST] = {
        [BOND_OPT_AD_SELECT] = {
                .id = BOND_OPT_AD_SELECT,
                .name = "ad_select",
-               .desc = "803.ad aggregation selection logic",
+               .desc = "802.3ad aggregation selection logic",
                .flags = BOND_OPTFLAG_IFDOWN,
                .values = bond_ad_select_tbl,
                .set = bond_option_ad_select_set