From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Commit 5c83b07df9c5 ("tpm: Add a driver for Loongson TPM device") adds a driver at drivers/char/tpm/tpm_loongson.c, and commit 74fddd5fbab8 ("MAINTAINERS: Add entry for Loongson Security Engine drivers") adds a new section LOONGSON SECURITY ENGINE DRIVERS intending to refer to that driver. It however adds the entry drivers/char/tpm_loongson.c; note that it misses the tpm subdirectory. Adjust the entry to refer to the intended file. Fixes: 74fddd5fbab8 ("MAINTAINERS: Add entry for Loongson Security Engine drivers") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fa7f80bd7b2f..a1339a8bb705 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14537,7 +14537,7 @@ LOONGSON SECURITY ENGINE DRIVERS M: Qunqin Zhao <zhaoqunqin@xxxxxxxxxxx> L: linux-crypto@xxxxxxxxxxxxxxx S: Maintained -F: drivers/char/tpm_loongson.c +F: drivers/char/tpm/tpm_loongson.c F: drivers/crypto/loongson/ F: drivers/mfd/loongson-se.c F: include/linux/mfd/loongson-se.h -- 2.51.0