projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fb23d
)
bonding: fix standard reference typo in ad_select description
author
Alok Tiwari
<alok.a.tiwari@oracle.com>
Fri, 12 Sep 2025 13:31:30 +0000
(06:31 -0700)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_options.c
b/drivers/net/bonding/bond_options.c
index
5b275cb
..
495a87f
100644
(file)
--- 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 = "80
3.
ad aggregation selection logic",
+ .desc = "80
2.3
ad aggregation selection logic",
.flags = BOND_OPTFLAG_IFDOWN,
.values = bond_ad_select_tbl,
.set = bond_option_ad_select_set