diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-27 04:35:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 05:57:16 -0500 |
commit | b73bbad352a50fb2d8dd42241b534a3dace03b49 (patch) | |
tree | c023656340a3e704cf143fcc780ccf8277e781ce | |
parent | 6634fbb6b6356e6f5b428a349952b368b25d514d (diff) |
edac: adjust docs location at MAINTAINERS and 00-INDEX
Update MAINTAINERS to reflect the location of edac.rst and ras.rst.
In the case of 00-INDEX, there's already an entry to the admin-guide,
so all we need to do is to remove the entry there.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/00-INDEX | 2 | ||||
-rw-r--r-- | MAINTAINERS | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 5bd4b07c2f90..c8a8eb1a2b11 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -152,8 +152,6 @@ driver-model/ | |||
152 | - directory with info about Linux driver model. | 152 | - directory with info about Linux driver model. |
153 | early-userspace/ | 153 | early-userspace/ |
154 | - info about initramfs, klibc, and userspace early during boot. | 154 | - info about initramfs, klibc, and userspace early during boot. |
155 | edac.txt | ||
156 | - information on EDAC - Error Detection And Correction | ||
157 | efi-stub.txt | 155 | efi-stub.txt |
158 | - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems. | 156 | - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems. |
159 | eisa.txt | 157 | eisa.txt |
diff --git a/MAINTAINERS b/MAINTAINERS index c97a29527a21..2ab96caa3c55 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4507,7 +4507,8 @@ L: linux-edac@vger.kernel.org | |||
4507 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next | 4507 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next |
4508 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next | 4508 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next |
4509 | S: Supported | 4509 | S: Supported |
4510 | F: Documentation/edac.txt | 4510 | F: Documentation/admin-guide/ras.rst |
4511 | F: Documentation/driver-api/edac.rst | ||
4511 | F: drivers/edac/ | 4512 | F: drivers/edac/ |
4512 | F: include/linux/edac.h | 4513 | F: include/linux/edac.h |
4513 | 4514 | ||