Commit 754f0f1ba8d9 ("media: MAINTAINERS: change maintainer of the zoran driver") added a new section in MAINTAINERS with an invalid file entry and at the wrong place for alphabetic ordering. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: Documentation/media/v4l-drivers/zoran.rst Point the file entry to the right location and move the section to the right place in MAINTAINERS. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- applies cleanly on next-20201008 Corentin, please ack. Mauro, please pick this minor non-urgent cleanup patch into your -next tree. MAINTAINERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 239ae2425cf8..6879ca545677 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19412,6 +19412,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git F: Documentation/filesystems/zonefs.rst F: fs/zonefs/ +ZPOOL COMPRESSED PAGE STORAGE API +M: Dan Streetman <ddstreet@xxxxxxxx> +L: linux-mm@xxxxxxxxx +S: Maintained +F: include/linux/zpool.h +F: mm/zpool.c + ZR36067 VIDEO FOR LINUX DRIVER M: Corentin Labbe <clabbe@xxxxxxxxxxxx> L: mjpeg-users@xxxxxxxxxxxxxxxxxxxxx @@ -19419,16 +19426,9 @@ L: linux-media@xxxxxxxxxxxxxxx S: Maintained W: http://mjpeg.sourceforge.net/driver-zoran/ Q: https://patchwork.linuxtv.org/project/linux-media/list/ -F: Documentation/media/v4l-drivers/zoran.rst +F: Documentation/driver-api/media/drivers/v4l-drivers/zoran.rst F: drivers/staging/media/zoran/ -ZPOOL COMPRESSED PAGE STORAGE API -M: Dan Streetman <ddstreet@xxxxxxxx> -L: linux-mm@xxxxxxxxx -S: Maintained -F: include/linux/zpool.h -F: mm/zpool.c - ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER M: Minchan Kim <minchan@xxxxxxxxxx> M: Nitin Gupta <ngupta@xxxxxxxxxx> -- 2.17.1