[PATCH] MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tables

Ani Sinha posted 1 patch 3 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220214120145.39359-1-ani@anisinha.ca
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tables
Posted by Ani Sinha 3 years, 11 months ago
I am already listed as a reviewer for ACPI/SMBIOS subsystem. There is no need to
again add me as a reviewer for ACPI/VIOT.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0b845f445..d92a262947 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1812,7 +1812,6 @@ F: docs/specs/acpi_hw_reduced_hotplug.rst
 
 ACPI/VIOT
 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
-R: Ani Sinha <ani@anisinha.ca>
 S: Supported
 F: hw/acpi/viot.c
 F: hw/acpi/viot.h
-- 
2.25.1


Re: [PATCH] MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tables
Posted by Philippe Mathieu-Daudé via 3 years, 11 months ago
On 14/2/22 13:01, Ani Sinha wrote:
> I am already listed as a reviewer for ACPI/SMBIOS subsystem. There is no need to
> again add me as a reviewer for ACPI/VIOT.
> 
> Signed-off-by: Ani Sinha <ani@anisinha.ca>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b0b845f445..d92a262947 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1812,7 +1812,6 @@ F: docs/specs/acpi_hw_reduced_hotplug.rst

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>