[PATCH] MAINTAINERS: stop nvme matching for nvmem files

From: Russell King (Oracle)
Date: Tue Jan 03 2023 - 12:06:41 EST


The nvme patterns detect all include files starting with nvme, which
also picks up the nvmem subsystem header files. Fix this by excluding
the nvmem subsystem header files from the nvme subsystem entry.

Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0cccd40d7801..64cc6947099e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14711,6 +14711,7 @@ T: git://git.infradead.org/nvme.git
F: drivers/nvme/host/
F: drivers/nvme/common/
F: include/linux/nvme*
+X: include/linux/nvmem*
F: include/uapi/linux/nvme_ioctl.h

NVM EXPRESS FABRICS AUTHENTICATION
--
2.30.2