On Tue, Mar 15, 2022 at 10:21 PM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > 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@xxxxxxxxx> > --- > Dan, please pick this minor clean-up patch in your -next tree on top of > the commit above. Ah yes, looks good. Thank you for the fix up.