Re: [PATCH] net: Fix typo in NET_FAILOVER help text

2019-01-18 Thread David Miller
From: Jonathan Neuschäfer 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 Applied.

[PATCH] net: Fix typo in NET_FAILOVER help text

2019-01-17 Thread Jonathan Neuschäfer
"also enables" should not be spelled as one word. Fixes: cfc80d9a1163 ("net: Introduce net_failover driver") Signed-off-by: Jonathan Neuschäfer --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d03775100f7d