diff options
author | Zhu Yanjun <zyjzyj2000@gmail.com> | 2016-08-09 09:36:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-09 17:57:14 -0400 |
commit | 0d039f337f45c48fb78b80cbf7b706b4de7f07ea (patch) | |
tree | 4c50e87666837384346b8831dfe6254d8ea15f2a | |
parent | 254a49d5139a70828d652ef4faec40763993e403 (diff) |
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>
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
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); | |||
152 | MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; " | 152 | MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; " |
153 | "0 for slow, 1 for fast"); | 153 | "0 for slow, 1 for fast"); |
154 | module_param(ad_select, charp, 0); | 154 | module_param(ad_select, charp, 0); |
155 | MODULE_PARM_DESC(ad_select, "803.ad aggregation selection logic; " | 155 | MODULE_PARM_DESC(ad_select, "802.3ad aggregation selection logic; " |
156 | "0 for stable (default), 1 for bandwidth, " | 156 | "0 for stable (default), 1 for bandwidth, " |
157 | "2 for count"); | 157 | "2 for count"); |
158 | module_param(min_links, int, 0); | 158 | module_param(min_links, int, 0); |