From: Denis Efremov Date: Tue, 13 Aug 2019 06:05:30 +0000 (+0300) Subject: MAINTAINERS: net_failover: Fix typo in a filepath X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f102274e8129c9c0bb3a2bde0f641531aefea8b;p=linux.git MAINTAINERS: net_failover: Fix typo in a filepath Replace "driver" with "drivers" in the filepath to net_failover.c Cc: Sridhar Samudrala Cc: David S. Miller Cc: netdev@vger.kernel.org Fixes: cfc80d9a1163 ("net: Introduce net_failover driver") Signed-off-by: Denis Efremov Signed-off-by: David S. Miller --- diff --git a/MAINTAINERS b/MAINTAINERS index 22b8273069af4..a744851db1df3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11080,7 +11080,7 @@ NET_FAILOVER MODULE M: Sridhar Samudrala L: netdev@vger.kernel.org S: Supported -F: driver/net/net_failover.c +F: drivers/net/net_failover.c F: include/net/net_failover.h F: Documentation/networking/net_failover.rst