The patch titled Subject: MAINTAINERS: fix MIC maintainers entry has been removed from the -mm tree. Its filename was maintainers-fix-mic-maintainers-entry.patch This patch was dropped because it was folded into maintainers-add-git-url-for-apm-driver.patch ------------------------------------------------------ From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Subject: MAINTAINERS: fix MIC maintainers entry There were some missing colons so we stop parsing the MIC maintainers entry early. It means that: ./scripts/get_maintainer.pl -f drivers/misc/mic/card/mic_virtio.c doesn't work. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Sudeep Dutt <sudeep.dutt@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN MAINTAINERS~maintainers-fix-mic-maintainers-entry MAINTAINERS --- a/MAINTAINERS~maintainers-fix-mic-maintainers-entry +++ a/MAINTAINERS @@ -5755,11 +5755,11 @@ F: include/linux/mic_bus.h F: include/linux/scif.h F: include/uapi/linux/mic_common.h F: include/uapi/linux/mic_ioctl.h -F include/uapi/linux/scif_ioctl.h +F: include/uapi/linux/scif_ioctl.h F: drivers/misc/mic/ F: drivers/dma/mic_x100_dma.c F: drivers/dma/mic_x100_dma.h -F Documentation/mic/ +F: Documentation/mic/ INTEL PMC/P-Unit IPC DRIVER M: Zha Qipeng<qipeng.zha@xxxxxxxxx> _ Patches currently in -mm which might be from dan.carpenter@xxxxxxxxxx are maintainers-add-git-url-for-apm-driver.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html