Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d039f33 authored by Zhu Yanjun's avatar Zhu Yanjun Committed by David S. Miller
Browse files

bonding: fix the typo



The message "803.ad" should be "802.3ad".

Signed-off-by: default avatarZhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 254a49d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,7 @@ module_param(lacp_rate, charp, 0);
MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; "
MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; "
			    "0 for slow, 1 for fast");
			    "0 for slow, 1 for fast");
module_param(ad_select, charp, 0);
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, "
			    "0 for stable (default), 1 for bandwidth, "
			    "2 for count");
			    "2 for count");
module_param(min_links, int, 0);
module_param(min_links, int, 0);