[PATCH] MAINTAINERS: Regularise the status fields (again)

Markus Armbruster posted 1 patch 1 day, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260710111403.2953873-1-armbru@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Regularise the status fields (again)
Posted by Markus Armbruster 1 day, 12 hours ago
Orphaned isn't a state, Orphan is.

Fixes: fb7001e458 (MAINTAINERS: Remove PhilMD from firmware sections, 2026-04-17)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6171cc7494..576ef6fff5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2937,7 +2937,7 @@ F: include/hw/isa/vt82c686.h
 
 Firmware configuration (fw_cfg)
 R: Gerd Hoffmann <kraxel@redhat.com>
-S: Orphaned
+S: Orphan
 F: docs/specs/fw_cfg.rst
 F: hw/nvram/fw_cfg*.c
 F: stubs/fw_cfg.c
-- 
2.54.0
Re: [PATCH] MAINTAINERS: Regularise the status fields (again)
Posted by Philippe Mathieu-Daudé 1 day, 10 hours ago
On 10/7/26 13:14, Markus Armbruster wrote:
> Orphaned isn't a state, Orphan is.
> 
> Fixes: fb7001e458 (MAINTAINERS: Remove PhilMD from firmware sections, 2026-04-17)
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6171cc7494..576ef6fff5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2937,7 +2937,7 @@ F: include/hw/isa/vt82c686.h
>   
>   Firmware configuration (fw_cfg)
>   R: Gerd Hoffmann <kraxel@redhat.com>
> -S: Orphaned
> +S: Orphan

Oops.

Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>