Commit 11cddee9 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Dan Williams
Browse files

MAINTAINERS: remove section LIBNVDIMM BLK: MMIO-APERTURE DRIVER



Commit f8669f1d ("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: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220316052133.26212-1-lukas.bulwahn@gmail.com


Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent d0007eb1
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -10933,17 +10933,6 @@ F: drivers/ata/
F:	include/linux/ata.h
F:	include/linux/libata.h
LIBNVDIMM BLK: MMIO-APERTURE DRIVER
M:	Dan Williams <dan.j.williams@intel.com>
M:	Vishal Verma <vishal.l.verma@intel.com>
M:	Dave Jiang <dave.jiang@intel.com>
L:	nvdimm@lists.linux.dev
S:	Supported
Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
P:	Documentation/nvdimm/maintainer-entry-profile.rst
F:	drivers/nvdimm/blk.c
F:	drivers/nvdimm/region_devs.c
LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
M:	Vishal Verma <vishal.l.verma@intel.com>
M:	Dan Williams <dan.j.williams@intel.com>