All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: stop nvme matching for nvmem files
@ 2023-01-03 17:02 Russell King (Oracle)
  2023-01-08 17:05 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King (Oracle) @ 2023-01-03 17:02 UTC (permalink / raw)
  To: Srinivas Kandagatla, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg
  Cc: linux-nvme, linux-kernel

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@armlinux.org.uk>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-10  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 17:02 [PATCH] MAINTAINERS: stop nvme matching for nvmem files Russell King (Oracle)
2023-01-08 17:05 ` Christoph Hellwig
2023-01-09 17:21   ` Russell King (Oracle)
2023-01-10  7:19     ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.