Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: remove section LIBNVDIMM BLK: MMIO-APERTURE DRIVER

Commit f8669f1d6a86 ("nvdimm/blk: Delete the block-aperture window driver")
removes the file drivers/nvdimm/blk.c, but misses to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

The section LIBNVDIMM BLK: MMIO-APERTURE DRIVER refers to the driver in
blk.c, and some more generic nvdimm code in region_devs.c.

As the driver is deleted, delete the section LIBNVDIMM BLK: MMIO-APERTURE
DRIVER in MAINTAINERS as well.

The remaining file region_devs.c is still covered by the section LIBNVDIMM:
NON-VOLATILE MEMORY DEVICE SUBSYSTEM, and all patches to region_devs.c will
still reach the same developers as before.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220316052133.26212-1-lukas.bulwahn@gmail.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

authored by

Lukas Bulwahn and committed by
Dan Williams
11cddee9 d0007eb1

-11
-11
MAINTAINERS
··· 10933 10933 F: include/linux/ata.h 10934 10934 F: include/linux/libata.h 10935 10935 10936 - LIBNVDIMM BLK: MMIO-APERTURE DRIVER 10937 - M: Dan Williams <dan.j.williams@intel.com> 10938 - M: Vishal Verma <vishal.l.verma@intel.com> 10939 - M: Dave Jiang <dave.jiang@intel.com> 10940 - L: nvdimm@lists.linux.dev 10941 - S: Supported 10942 - Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ 10943 - P: Documentation/nvdimm/maintainer-entry-profile.rst 10944 - F: drivers/nvdimm/blk.c 10945 - F: drivers/nvdimm/region_devs.c 10946 - 10947 10936 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE 10948 10937 M: Vishal Verma <vishal.l.verma@intel.com> 10949 10938 M: Dan Williams <dan.j.williams@intel.com>