diff options
author | Alok Tiwari <alok.a.tiwari@oracle.com> | 2025-09-12 06:31:30 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-15 18:12:35 -0700 |
commit | 1bdf99fd1d82622c8c0da2b6189ca257662ea307 (patch) | |
tree | 06785bc6676ef93f6358339d16790147081a886d | |
parent | 78fb23d77b12b73f996356731f71612ad8a5b692 (diff) |
bonding: fix standard reference typo in ad_select description
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>
-rw-r--r-- | drivers/net/bonding/bond_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index 5b275cb266bc..495a87f2ea7c 100644 --- a/drivers/net/bonding/bond_options.c +++ b/drivers/net/bonding/bond_options.c @@ -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 |