aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorZhu Yanjun <zyjzyj2000@gmail.com>2016-08-09 21:36:04 +0800
committerDavid S. Miller <davem@davemloft.net>2016-08-09 14:57:14 -0700
commit0d039f337f45c48fb78b80cbf7b706b4de7f07ea (patch)
tree4c50e87666837384346b8831dfe6254d8ea15f2a /drivers/net/bonding
parentdrivers: net: cpsw: fix kmemleak false-positive reports for sk buffers (diff)
downloadlinux-dev-0d039f337f45c48fb78b80cbf7b706b4de7f07ea.tar.xz
linux-dev-0d039f337f45c48fb78b80cbf7b706b4de7f07ea.zip
bonding: fix the typo
The message "803.ad" should be "802.3ad". Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r--drivers/net/bonding/bond_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 1f276fa30ba6..217e8da0628c 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -152,7 +152,7 @@ module_param(lacp_rate, charp, 0);
MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; "
"0 for slow, 1 for fast");
module_param(ad_select, charp, 0);
-MODULE_PARM_DESC(ad_select, "803.ad aggregation selection logic; "
+MODULE_PARM_DESC(ad_select, "802.3ad aggregation selection logic; "
"0 for stable (default), 1 for bandwidth, "
"2 for count");
module_param(min_links, int, 0);