aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2019-01-17 18:02:18 +0100
committerDavid S. Miller <davem@davemloft.net>2019-01-18 14:06:29 -0800
commit9437b629518866274d324122066a86ac6500c6b5 (patch)
tree697a578144be7d111cac12a6e90a2ccad9ed9066
parentnet: Fix usage of pskb_trim_rcsum (diff)
downloadlinux-dev-9437b629518866274d324122066a86ac6500c6b5.tar.xz
linux-dev-9437b629518866274d324122066a86ac6500c6b5.zip
net: Fix typo in NET_FAILOVER help text
"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> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 6371958dd170..edb1c023a753 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.