netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net:bonding: Add missing space in bonding driver parameter description
@ 2014-09-09  9:07 Masanari Iida
  2014-09-10  3:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-09-09  9:07 UTC (permalink / raw)
  To: linux-kernel, j.vosburgh, vfalico, andy, netdev, davem, rdunlap
  Cc: Masanari Iida

This patch adds missing space between "interface" and "by"
in bonding module parameter description.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/net/bonding/bond_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index f0f5eab..57912ee 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);
-- 
2.1.0.60.g85f0837

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net:bonding: Add missing space in bonding driver parameter description
  2014-09-09  9:07 [PATCH] net:bonding: Add missing space in bonding driver parameter description Masanari Iida
@ 2014-09-10  3:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-10  3:38 UTC (permalink / raw)
  To: standby24x7; +Cc: linux-kernel, j.vosburgh, vfalico, andy, netdev, rdunlap

From: Masanari Iida <standby24x7@gmail.com>
Date: Tue,  9 Sep 2014 18:07:55 +0900

> This patch adds missing space between "interface" and "by"
> in bonding module parameter description.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-10  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  9:07 [PATCH] net:bonding: Add missing space in bonding driver parameter description Masanari Iida
2014-09-10  3:38 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).