]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: rectify file entry in BONDING DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 24 Aug 2022 07:29:45 +0000 (09:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Aug 2022 01:47:32 +0000 (18:47 -0700)
commit222e5a7d76708857e767c65212e67bc27977ff51
tree6fe01f971d4b1549ef26e6bbb15fabcabd90b889
parentb8ee4cea3cee808b230698d4a3c062699fdcb10f
MAINTAINERS: rectify file entry in BONDING DRIVER

Commit fa46180b1f53 ("selftests: include bonding tests into the kselftest
infra") adds the bonding tests in the directory:

  tools/testing/selftests/drivers/net/bonding/

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

  tools/testing/selftests/net/bonding/

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

Repair this file entry in BONDING DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Jonathan Toppins <jtoppins@redhat.com>
Link: https://lore.kernel.org/r/20220824072945.28606-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS