From: Lukas Bulwahn Date: Mon, 17 Feb 2025 09:28:51 +0000 (+0100) Subject: MAINTAINERS: adjust the file entry in SPI OFFLOAD X-Git-Tag: v6.15-rc1~182^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1a09c610027e446ed30c21f61c2f2443bf92a3f;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: adjust the file entry in SPI OFFLOAD 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 Reviewed-by: David Lechner Link: https://patch.msgid.link/20250217092851.17619-1-lukas.bulwahn@redhat.com Signed-off-by: Mark Brown --- diff --git a/MAINTAINERS b/MAINTAINERS index 9fae4aa36beb8..3b0668b8dbdbc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22299,7 +22299,7 @@ SPI OFFLOAD R: David Lechner 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