The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust the file entry in SPI OFFLOAD
@ 2025-02-17  9:28 Lukas Bulwahn
  2025-02-17 15:31 ` David Lechner
  2025-02-18 21:30 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2025-02-17  9:28 UTC (permalink / raw)
  To: David Lechner, Mark Brown, Jonathan Cameron, Nuno Sa, linux-spi
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

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

Commit 8e02d1886988 ("spi: add basic support for SPI offloading") adds a
new MAINTAINERS section referring to the non-existent file
include/linux/spi/spi-offload.h rather than referring to the files added
with this commit in the directory include/linux/spi/offload/.

Adjust the file reference to the intended directory.

Fixes: 8e02d1886988 ("spi: add basic support for SPI offloading")

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 a54d8510ea6e..53cf3cbf33c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22402,7 +22402,7 @@ SPI OFFLOAD
 R:	David Lechner <dlechner@baylibre.com>
 F:	drivers/spi/spi-offload-trigger-pwm.c
 F:	drivers/spi/spi-offload.c
-F:	include/linux/spi/spi-offload.h
+F:	include/linux/spi/offload/
 K:	spi_offload
 
 SPI SUBSYSTEM
-- 
2.48.1


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

end of thread, other threads:[~2025-02-18 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17  9:28 [PATCH] MAINTAINERS: adjust the file entry in SPI OFFLOAD Lukas Bulwahn
2025-02-17 15:31 ` David Lechner
2025-02-18 21:30 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox