Hi Tom, On Tue, 18 Jul 2023 at 17:34, Tom Rini <tr...@konsulko.com> wrote: > > The listed paths are allowed to contain wildcards. This includes the > '+' character which we have as a literal part of the path in a few > cases. Escape the '+' here so that files are matched. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > board/k+p/kp_imx53/MAINTAINERS | 3 ++- > board/k+p/kp_imx6q_tpc/MAINTAINERS | 3 ++- > board/l+g/vinco/MAINTAINERS | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Ug.