diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2023-01-03 17:02:05 +0000 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2023-01-10 08:16:39 +0100 |
commit | c7c0644ead24c59cc5e0f2ff0ade89b21783614a (patch) | |
tree | deec9a68e14f4e550c040fd7b308d50575760538 /MAINTAINERS | |
parent | 313c08c72ee7f87c54e34baec5cc4f4005e8800d (diff) |
MAINTAINERS: stop nvme matching for nvmem files
The nvme patterns detect all include files starting with nvme, which
also picks up the nvmem subsystem header files. Fix this by using
a more specific pattern.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
[hch: switched to a purely inclusive pattern instead of excluding nvmem*]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3ef137fea4f6..b9800f5cca6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14830,7 +14830,8 @@ T: git://git.infradead.org/nvme.git F: Documentation/nvme/ F: drivers/nvme/host/ F: drivers/nvme/common/ -F: include/linux/nvme* +F: include/linux/nvme.h +F: include/linux/nvme-*.h F: include/uapi/linux/nvme_ioctl.h NVM EXPRESS FABRICS AUTHENTICATION |