Skip to content

Commit

Permalink
net: Fix typo in NET_FAILOVER help text
Browse files Browse the repository at this point in the history
"also enables" should not be spelled as one word.

Fixes: cfc80d9 ("net: Introduce net_failover driver")
Signed-off-by: Jonathan Neuschäfer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
neuschaefer authored and davem330 committed Jan 18, 2019
1 parent 6c57f04 commit 9437b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9437b62

Please sign in to comment.