Skip to content

Commit c7c0644

Browse files
Russell King (Oracle)Christoph Hellwig
authored andcommitted
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) <[email protected]> [hch: switched to a purely inclusive pattern instead of excluding nvmem*] Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 313c08c commit c7c0644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14830,7 +14830,8 @@ T: git://git.infradead.org/nvme.git
1483014830
F: Documentation/nvme/
1483114831
F: drivers/nvme/host/
1483214832
F: drivers/nvme/common/
14833-
F: include/linux/nvme*
14833+
F: include/linux/nvme.h
14834+
F: include/linux/nvme-*.h
1483414835
F: include/uapi/linux/nvme_ioctl.h
1483514836

1483614837
NVM EXPRESS FABRICS AUTHENTICATION

0 commit comments

Comments
 (0)