From: James Morse Date: Fri, 5 Oct 2018 14:21:20 +0000 (+0100) Subject: MAINTAINERS: fix bad sdei paths X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c20c650d9116a1e7be1b1d38810cbb2168a2ca98;p=linux.git MAINTAINERS: fix bad sdei paths The SDEI header files had an 'arm_' namespace added, but the patterns in the MAINTAINERS files were missed. Oops. Reported-by: Joe Perches Signed-off-by: James Morse Signed-off-by: Catalin Marinas --- diff --git a/MAINTAINERS b/MAINTAINERS index 225c3af1cccda..ba34d052604a6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13480,8 +13480,8 @@ L: linux-arm-kernel@lists.infradead.org S: Maintained F: Documentation/devicetree/bindings/arm/firmware/sdei.txt F: drivers/firmware/arm_sdei.c -F: include/linux/sdei.h -F: include/uapi/linux/sdei.h +F: include/linux/arm_sdei.h +F: include/uapi/linux/arm_sdei.h SOFTWARE RAID (Multiple Disks) SUPPORT M: Shaohua Li