From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit 5ffe60d26107 ("drivers: firmware: add riscv SSE support") adds the
files riscv_sbi_sse.[ch] and intends to refer to them in the new
MAINTAINERS section RISC-V SSE DRIVER. This section however refers to the
non-existing files riscv_sse.[ch].
Adjust the file entries to the intended file names.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e2ed9827be3f..4a29af3f9d74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22483,8 +22483,8 @@ M: Clément Léger <cleger@rivosinc.com>
R: Himanshu Chauhan <himanshu@thechauhan.dev>
L: linux-riscv@lists.infradead.org
S: Maintained
-F: drivers/firmware/riscv/riscv_sse.c
-F: include/linux/riscv_sse.h
+F: drivers/firmware/riscv/riscv_sbi_sse.c
+F: include/linux/riscv_sbi_sse.h
RISC-V TENSTORRENT SoC SUPPORT
M: Drew Fustini <dfustini@oss.tenstorrent.com>
--
2.51.1