aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2022-09-22 13:40:53 +0200
committerJakub Kicinski <kuba@kernel.org>2022-09-23 05:45:46 -0700
commitf8497b3e9650a0d094a3995c644dfedd32e8cde7 (patch)
treeaeb0639d721d48bee064a0879f704d8251c04c5e
parentf22bd29ba19a43e758b192429613e04aa7abb70d (diff)
downloadlinux-trace-f8497b3e9650a0d094a3995c644dfedd32e8cde7.tar.gz
MAINTAINERS: rectify file entry in TEAM DRIVER
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@gmail.com> Acked-by: Benjamin Poirier <bpoirier@nvidia.com> Link: https://lore.kernel.org/r/20220922114053.10883-1-lukas.bulwahn@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index efada49e2e2ec..67d5079ec703a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19960,7 +19960,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@savoirfairelinux.com>