The patch titled Subject: MAINTAINERS: fix MIC maintainers entry has been added to the -mm tree. Its filename is maintainers-fix-mic-maintainers-entry.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-fix-mic-maintainers-entry.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-fix-mic-maintainers-entry.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 @@ -5749,11 +5749,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 mm-add-tracepoint-for-scanning-pages-fix.patch c6x-convert-to-dma_map_ops-fix.patch maintainers-fix-mic-maintainers-entry.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