Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303427
| From | Dan Carpenter <dan.carpenter@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch] MAINTAINERS: fix MIC maintainers entry |
| Date | 2016-01-07 10:50 +0100 |
| Message-ID | <qOfmF-6i1-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@oracle.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 248828d..070346d 100644
--- a/MAINTAINERS
+++ b/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@intel.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[patch] MAINTAINERS: fix MIC maintainers entry Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-07 10:50 +0100
Re: [patch] MAINTAINERS: fix MIC maintainers entry Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-07 10:50 +0100
Re: [patch] MAINTAINERS: fix MIC maintainers entry Joe Perches <joe@perches.com> - 2016-01-07 11:10 +0100
csiph-web