Re: [PATCH] MAINTAINERS: stop nvme matching for nvmem files

From: Christoph Hellwig
Date: Sun Jan 08 2023 - 12:05:33 EST


> 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*

I think the proper thing to do would to just match the right files
from the start:

F: include/linux/nvme.h
F: include/linux/nvme-*.h

is it ok if I commit it with your original attributation with that
change?