* [PATCH] MAINTAINERS: fix apostrophe breaking git-send-email parsing
@ 2026-06-30 1:41 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-06-30 1:41 UTC (permalink / raw)
To: linux-kernel
The single quote in 'TEXAS INSTRUMENTS''' breaks git-send-email's Perl
parser, producing:
Unmatched () '(maintainer:TEXAS INSTRUMENTS'...)' at line 674.
Drop the apostrophe to match the style of other entries.
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 68cfa7f7faa0..e56db8b60c33 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26767,7 +26767,7 @@ S: Maintained
F: Documentation/devicetree/bindings/leds/backlight/ti,lp8864.yaml
F: drivers/leds/leds-lp8864.c
-TEXAS INSTRUMENTS' SYSTEM CONTROL INTERFACE (TISCI) PROTOCOL DRIVER
+TEXAS INSTRUMENTS SYSTEM CONTROL INTERFACE (TISCI) PROTOCOL DRIVER
M: Nishanth Menon <nm@ti.com>
M: Tero Kristo <kristo@kernel.org>
M: Santosh Shilimkar <ssantosh@kernel.org>
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 1:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30 1:41 [PATCH] MAINTAINERS: fix apostrophe breaking git-send-email parsing Rosen Penev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.