]> git.dujemihanovic.xyz Git - u-boot.git/commit
MAINTAINERS: fix folders within glob pattern
authorAnthony Loiseau <anthony.loiseau@allcircuits.com>
Fri, 22 Dec 2023 15:44:08 +0000 (16:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 16:49:30 +0000 (11:49 -0500)
commit1e108762b42d411c2ec3aa366cc3b2028caf1a21
tree7df0e4dacb8880aa2cf024ade7286112cad88138
parent9466b3cf2cd1001ed27483acbe23acf35c6d5319
MAINTAINERS: fix folders within glob pattern

A "F: foo*" entry does not match any foo*/ folder nor its subtree,
another "F: foo*/" entry is needed for that.

Add missing foo*/ entries where an existing folder was ignored,
so this folder and its subtree is properly covered.

Arm tegra, Arm TI and Environment sections are affected.

Cc: Tom Rini <trini@konsulko.com>
Cc: Thierry Reding <treding@nvidia.com>
Cc: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Anthony Loiseau <anthony.loiseau@allcircuits.com>
MAINTAINERS