[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220922114053.10883-1-lukas.bulwahn@gmail.com>
Date: Thu, 22 Sep 2022 13:40:53 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Benjamin Poirier <bpoirier@...dia.com>,
"David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Cc: Jiri Pirko <jiri@...nulli.us>, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] 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@...il.com>
---
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@...oirfairelinux.com>
--
2.17.1
Powered by blists - more mailing lists