[PATCH] MAINTAINERS: rectify file entry in TEAM DRIVER

From: Lukas Bulwahn
Date: Thu Sep 22 2022 - 07:41:41 EST


Commit bbb774d921e2 ("net: Add tests for bonding and team address list
management") adds the net team driver tests in the directory:

tools/testing/selftests/drivers/net/team/

The file entry in MAINTAINERS for the TEAM DRIVER however refers to:

tools/testing/selftests/net/team/

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.

Repair this file entry in TEAM DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
---
Benjamin, please ack.

David, please pick this minor clean-up patch on top of the commit above.

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c9e8c850e0b8..635094fc523b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20099,7 +20099,7 @@ S: Supported
F: drivers/net/team/
F: include/linux/if_team.h
F: include/uapi/linux/if_team.h
-F: tools/testing/selftests/net/team/
+F: tools/testing/selftests/drivers/net/team/

TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
M: "Savoir-faire Linux Inc." <kernel@xxxxxxxxxxxxxxxxxxxx>
--
2.17.1