diff mbox series

MAINTAINERS: fix bad sdei paths

Message ID 20181005142120.13279-1-james.morse@arm.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: fix bad sdei paths | expand

Commit Message

James Morse Oct. 5, 2018, 2:21 p.m. UTC
The SDEI header files had an 'arm_' namespace added, but the patterns
in the MAINTAINERS files were missed. Oops.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: James Morse <james.morse@arm.com>
---
The SDEI stuff originally went via arm64, ... what about this?

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Catalin Marinas Oct. 5, 2018, 4:55 p.m. UTC | #1
On Fri, Oct 05, 2018 at 03:21:20PM +0100, James Morse wrote:
> The SDEI header files had an 'arm_' namespace added, but the patterns
> in the MAINTAINERS files were missed. Oops.
> 
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: James Morse <james.morse@arm.com>
> ---
> The SDEI stuff originally went via arm64, ... what about this?

I'll queue this patch for 4.20.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2c7069037a15..30df8d42baa9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13186,8 +13186,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 <shli@kernel.org>