aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Wei <me@sean.taipei>2025-06-16 11:50:10 -0400
committerThomas Huth <thuth@redhat.com>2025-07-02 18:26:27 +0200
commit8231feef53fb130b276797396749508d4fe1ec03 (patch)
tree52001470bd6ba47e0446358e60c3032e188ef785
parent1ed84eb01f8f202191eb57a1bb4e1ce55f5164cf (diff)
downloadqemu-8231feef53fb130b276797396749508d4fe1ec03.zip
qemu-8231feef53fb130b276797396749508d4fe1ec03.tar.gz
qemu-8231feef53fb130b276797396749508d4fe1ec03.tar.bz2
MAINTAINERS: fix VMware filename typo (vwm -> vmw)
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> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250616.qemu.relocated.04@sean.taipei> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 585f08e..8aa0fd3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2549,7 +2549,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>