* [PATCH] MAINTAINERS: fix bad sdei paths
@ 2018-10-05 14:21 James Morse
2018-10-05 16:55 ` Catalin Marinas
0 siblings, 1 reply; 2+ messages in thread
From: James Morse @ 2018-10-05 14:21 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2c7069037a15..30df8d42baa9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13186,8 +13186,8 @@ L: linux-arm-kernel at 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>
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] MAINTAINERS: fix bad sdei paths
2018-10-05 14:21 [PATCH] MAINTAINERS: fix bad sdei paths James Morse
@ 2018-10-05 16:55 ` Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2018-10-05 16:55 UTC (permalink / raw)
To: linux-arm-kernel
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.
--
Catalin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-05 16:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05 14:21 [PATCH] MAINTAINERS: fix bad sdei paths James Morse
2018-10-05 16:55 ` Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox