Replace "driver" with "drivers" in the filepath to net_failover.c
Cc: Sridhar Samudrala <[email protected]> Cc: David S. Miller <[email protected]> Cc: [email protected] Fixes: cfc80d9a1163 ("net: Introduce net_failover driver") Signed-off-by: Denis Efremov <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 51ab502485ac..c2117e5f4ff8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11071,7 +11071,7 @@ NET_FAILOVER MODULE M: Sridhar Samudrala <[email protected]> L: [email protected] 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 -- 2.21.0

