]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: rectify file entry in TEAM DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 22 Sep 2022 11:40:53 +0000 (13:40 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Sep 2022 12:45:46 +0000 (05:45 -0700)
commit9fd98ba19cf1f616347cbe52931d44c569d3ab01
treeaeb0639d721d48bee064a0879f704d8251c04c5e
parentc0b9d414a6a06dc7562fd3a448c613484c02da36
MAINTAINERS: rectify file entry in TEAM DRIVER

Commit b1c6b30eafd3 ("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>
MAINTAINERS