From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 6/7] MAINTAINERS: Deal with '+' in paths
Date: Tue, 18 Jul 2023 19:33:33 -0400 [thread overview]
Message-ID: <20230718233334.1450692-6-trini@konsulko.com> (raw)
In-Reply-To: <20230718233334.1450692-1-trini@konsulko.com>
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 <trini@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(-)
diff --git a/board/k+p/kp_imx53/MAINTAINERS b/board/k+p/kp_imx53/MAINTAINERS
index c105a93e7075..daf861160a41 100644
--- a/board/k+p/kp_imx53/MAINTAINERS
+++ b/board/k+p/kp_imx53/MAINTAINERS
@@ -1,6 +1,7 @@
KP_IMX53_HSC BOARD
M: Lukasz Majewski <lukma@denx.de>
S: Maintained
-F: board/k+p/kp_imx53/
+F: board/k\+p/kp_imx53/
+F: board/k\+p/bootscripts/tpcboot.cmd
F: include/configs/kp_imx53.h
F: configs/kp_imx53_defconfig
diff --git a/board/k+p/kp_imx6q_tpc/MAINTAINERS b/board/k+p/kp_imx6q_tpc/MAINTAINERS
index 6c4c8dd28e39..e54f4604c38b 100644
--- a/board/k+p/kp_imx6q_tpc/MAINTAINERS
+++ b/board/k+p/kp_imx6q_tpc/MAINTAINERS
@@ -1,6 +1,7 @@
KP_IMX6Q_TPC BOARD
M: Lukasz Majewski <lukma@denx.de>
S: Maintained
-F: board/k+p/kp_imx6q_tpc/
+F: board/k\+p/kp_imx6q_tpc/
+F: board/k\+p/bootscripts/tpcboot.cmd
F: include/configs/kp_imx6q_tpc.h
F: configs/kp_imx6q_tpc_defconfig
diff --git a/board/l+g/vinco/MAINTAINERS b/board/l+g/vinco/MAINTAINERS
index 0cd6044172a7..14b76b14d846 100644
--- a/board/l+g/vinco/MAINTAINERS
+++ b/board/l+g/vinco/MAINTAINERS
@@ -1,6 +1,6 @@
VInCo Platform
M: Gregory CLEMENT <gregory.clement@free-electrons.com>
S: Maintained
-F: board/l+g/vinco
+F: board/l\+g/vinco/
F: include/configs/vinco.h
F: configs/vinco_defconfig
--
2.34.1
next prev parent reply other threads:[~2023-07-18 23:34 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 23:33 [PATCH 1/7] arm: Remove more remnants of bcmcygnus Tom Rini
2023-07-18 23:33 ` [PATCH 2/7] arm: Remove leftover MAINTAINERS files Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 3/7] xes: Remove leftover code Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 4/7] MAINTAINERS: Add a number of "common" directories Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 5/7] MAINTAINERS: Fix path typos and similar Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-19 6:55 ` R: " Pegorer Massimo
2023-07-19 11:47 ` Tom Rini
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` Tom Rini [this message]
2023-07-19 1:08 ` [PATCH 6/7] MAINTAINERS: Deal with '+' in paths Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 7/7] MAINTAINERS: Add some missing directories or files Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-19 1:08 ` [PATCH 1/7] arm: Remove more remnants of bcmcygnus Simon Glass
2023-07-25 21:14 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230718233334.1450692-6-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox