[PATCH 4/6] MAINTAINERS: fix VMware filename typo (vwm -> vmw)

Sean Wei posted 6 patches 5 months ago
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Gustavo Romero <gustavo.romero@linaro.org>, Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Peter Maydell <peter.maydell@linaro.org>, Song Gao <gaosong@loongson.cn>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
[PATCH 4/6] MAINTAINERS: fix VMware filename typo (vwm -> vmw)
Posted by Sean Wei 5 months ago
The entry for the VMware PVSCSI spec uses "vwm" instead of "vmw",
which does not match any file in the tree.

Correct the path so scripts/get_maintainer.pl can match the file.

Signed-off-by: Sean Wei <me@sean.taipei>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7428217361..ad82fa4d9a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2539,7 +2539,7 @@ F: pc-bios/efi-vmxnet3.rom
 F: pc-bios/vgabios-vmware.bin
 F: roms/config.vga-vmware
 F: tests/qtest/vmxnet3-test.c
-F: docs/specs/vwm_pvscsi-spec.rst
+F: docs/specs/vmw_pvscsi-spec.rst
 
 Rocker
 M: Jiri Pirko <jiri@resnulli.us>
-- 
2.49.0
Re: [PATCH 4/6] MAINTAINERS: fix VMware filename typo (vwm -> vmw)
Posted by Thomas Huth 4 months, 2 weeks ago
On 16/06/2025 17.50, Sean Wei wrote:
> The entry for the VMware PVSCSI spec uses "vwm" instead of "vmw",
> which does not match any file in the tree.
> 
> Correct the path so scripts/get_maintainer.pl can match the file.
> 
> Signed-off-by: Sean Wei <me@sean.taipei>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7428217361..ad82fa4d9a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2539,7 +2539,7 @@ F: pc-bios/efi-vmxnet3.rom
>   F: pc-bios/vgabios-vmware.bin
>   F: roms/config.vga-vmware
>   F: tests/qtest/vmxnet3-test.c
> -F: docs/specs/vwm_pvscsi-spec.rst
> +F: docs/specs/vmw_pvscsi-spec.rst

Reviewed-by: Thomas Huth <thuth@redhat.com>