diff options
author | Lukas Bulwahn <[email protected]> | 2024-05-07 16:14:49 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-05-07 23:53:22 +0900 |
commit | eab80a2ee46bb362e2c4434cf0da96d3a6bda544 (patch) | |
tree | a2f518828fda7a392baa4c9199916306620828e3 | |
parent | b62b9c90450a0789a55287a56d6930276dbae0e1 (diff) |
MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
adds a new section AIROHA SPI SNFI DRIVER referring to the file
spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file entry in the AIROHA SPI SNFI DRIVER section.
Signed-off-by: Lukas Bulwahn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dde7dd956156..893ca3d7a623 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -660,7 +660,7 @@ L: [email protected] (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml -F: drivers/spi/spi-airoha.c +F: drivers/spi/spi-airoha-snfi.c AIRSPY MEDIA DRIVER |