Skip to content

Commit 9437b62

Browse files
neuschaeferdavem330
authored andcommitted
net: Fix typo in NET_FAILOVER help text
"also enables" should not be spelled as one word. Fixes: cfc80d9 ("net: Introduce net_failover driver") Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 6c57f04 commit 9437b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ config NET_FAILOVER
519519
and destroy a failover master netdev and manages a primary and
520520
standby slave netdevs that get registered via the generic failover
521521
infrastructure. This can be used by paravirtual drivers to enable
522-
an alternate low latency datapath. It alsoenables live migration of
522+
an alternate low latency datapath. It also enables live migration of
523523
a VM with direct attached VF by failing over to the paravirtual
524524
datapath when the VF is unplugged.
525525

0 commit comments

Comments
 (0)