MAINTAINERS: fix bad sdei paths
authorJames Morse <[email protected]>
Fri, 5 Oct 2018 14:21:20 +0000 (15:21 +0100)
committerCatalin Marinas <[email protected]>
Fri, 5 Oct 2018 16:55:07 +0000 (17:55 +0100)
The SDEI header files had an 'arm_' namespace added, but the patterns
in the MAINTAINERS files were missed. Oops.

Reported-by: Joe Perches <[email protected]>
Signed-off-by: James Morse <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
MAINTAINERS

index 225c3af1cccdab7e6d48a423f2f3d6ff481f482d..ba34d052604a63ffc6ab17041d17442c88170a8a 100644 (file)
@@ -13480,8 +13480,8 @@ L:      [email protected]
 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 <[email protected]>