summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorMasanari Iida2014-09-09 11:07:55 +0200
committerDavid S. Miller2014-09-10 05:38:03 +0200
commit37b7021d9d713964482faeb9e0935f458a1a4016 (patch)
treee4432671b717c5229935120c72ce09417c0f2af3 /drivers/net/bonding/bond_main.c
parentnet:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru... (diff)
downloadkernel-qcow2-linux-37b7021d9d713964482faeb9e0935f458a1a4016.tar.gz
kernel-qcow2-linux-37b7021d9d713964482faeb9e0935f458a1a4016.tar.xz
kernel-qcow2-linux-37b7021d9d713964482faeb9e0935f458a1a4016.zip
net:bonding: Add missing space in bonding driver parameter description
This patch adds missing space between "interface" and "by" in bonding module parameter description. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-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 f0f5eab0fab1..57912ee231cb 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -175,7 +175,7 @@ MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to "
"the same MAC; 0 for none (default), "
"1 for active, 2 for follow");
module_param(all_slaves_active, int, 0);
-MODULE_PARM_DESC(all_slaves_active, "Keep all frames received on an interface"
+MODULE_PARM_DESC(all_slaves_active, "Keep all frames received on an interface "
"by setting active flag for all slaves; "
"0 for never (default), 1 for always.");
module_param(resend_igmp, int, 0);