linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: Fix typo in NET_FAILOVER help text
@ 2019-01-17 17:02 Jonathan Neuschäfer
  2019-01-18 22:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2019-01-17 17:02 UTC (permalink / raw)
  To: netdev
  Cc: Jonathan Neuschäfer, David S. Miller, Sridhar Samudrala,
	David Ahern, Matteo Croce, Tobias Regnery, Arnd Bergmann,
	Jakub Kicinski, linux-kernel

"also enables" should not be spelled as one word.

Fixes: cfc80d9a1163 ("net: Introduce net_failover driver")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d03775100f7d..853cc108b57e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -519,7 +519,7 @@ config NET_FAILOVER
 	  and destroy a failover master netdev and manages a primary and
 	  standby slave netdevs that get registered via the generic failover
 	  infrastructure. This can be used by paravirtual drivers to enable
-	  an alternate low latency datapath. It alsoenables live migration of
+	  an alternate low latency datapath. It also enables live migration of
 	  a VM with direct attached VF by failing over to the paravirtual
 	  datapath when the VF is unplugged.
 
-- 
2.17.1


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

* Re: [PATCH] net: Fix typo in NET_FAILOVER help text
  2019-01-17 17:02 [PATCH] net: Fix typo in NET_FAILOVER help text Jonathan Neuschäfer
@ 2019-01-18 22:06 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-01-18 22:06 UTC (permalink / raw)
  To: j.neuschaefer
  Cc: netdev, sridhar.samudrala, dsa, mcroce, tobias.regnery, arnd,
	jakub.kicinski, linux-kernel

From: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date: Thu, 17 Jan 2019 18:02:18 +0100

> "also enables" should not be spelled as one word.
> 
> Fixes: cfc80d9a1163 ("net: Introduce net_failover driver")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied.

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

end of thread, other threads:[~2019-01-18 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 17:02 [PATCH] net: Fix typo in NET_FAILOVER help text Jonathan Neuschäfer
2019-01-18 22:06 ` 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).