All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust file entry in TPS6131X FLASH LED DRIVER
@ 2025-05-27  6:54 Lukas Bulwahn
  2025-06-05  6:30 ` Matthias Fend
  2025-06-13 14:25 ` (subset) " Lee Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2025-05-27  6:54 UTC (permalink / raw)
  To: Matthias Fend, Lee Jones, Pavel Machek, linux-leds
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 0d12bb1a7fb6 ("dt-bindings: leds: Add Texas Instruments TPS6131x
flash LED driver") adds the device-tree binding file ti,tps61310.yaml,
whereas the commit b338a2ae9b31 ("leds: tps6131x: Add support for Texas
Instruments TPS6131X flash LED driver") from the same patch series adds the
section TEXAS INSTRUMENTS TPS6131X FLASH LED DRIVER in MAINTAINERS,
referring to the file ti,tps6131x.yaml. Note the subtle difference between
the two file names. Hence, ./scripts/get_maintainer.pl --self-test=patterns
complains about a broken reference.

Adjust the file reference to the intended file.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e20de38ffa54..0c4f0eb7f49c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24518,7 +24518,7 @@ TEXAS INSTRUMENTS TPS6131X FLASH LED DRIVER
 M:	Matthias Fend <matthias.fend@emfend.at>
 L:	linux-leds@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/leds/ti,tps6131x.yaml
+F:	Documentation/devicetree/bindings/leds/ti,tps61310.yaml
 F:	drivers/leds/flash/leds-tps6131x.c
 
 TEXAS INSTRUMENTS' DAC7612 DAC DRIVER
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-13 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27  6:54 [PATCH] MAINTAINERS: adjust file entry in TPS6131X FLASH LED DRIVER Lukas Bulwahn
2025-06-05  6:30 ` Matthias Fend
2025-06-13 14:25 ` (subset) " Lee Jones
2025-06-13 14:35   ` Lee Jones

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.