Message ID | 20250217092851.17619-1-lukas.bulwahn@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d1a09c610027e446ed30c21f61c2f2443bf92a3f |
Headers | show |
Series | MAINTAINERS: adjust the file entry in SPI OFFLOAD | expand |
On 2/17/25 3:28 AM, Lukas Bulwahn wrote: > 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 Thanks for fixing that. Reviewed-by: David Lechner <dlechner@baylibre.com>
On Mon, 17 Feb 2025 10:28:51 +0100, Lukas Bulwahn wrote: > 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. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] MAINTAINERS: adjust the file entry in SPI OFFLOAD commit: d1a09c610027e446ed30c21f61c2f2443bf92a3f All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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