[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250912074638.109070-1-lukas.bulwahn@redhat.com>
Date: Fri, 12 Sep 2025 09:46:38 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Qunqin Zhao <zhaoqunqin@...ngson.cn>,
Huacai Chen <chenhuacai@...nel.org>,
Lee Jones <lee@...nel.org>,
linux-crypto@...r.kernel.org,
loongarch@...ts.linux.dev
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
From: Lukas Bulwahn <lukas.bulwahn@...hat.com>
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@...hat.com>
---
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@...ngson.cn>
L: linux-crypto@...r.kernel.org
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
Powered by blists - more mailing lists