From: Zhao Liu Date: Wed, 27 Mar 2024 11:55:39 +0000 (+0800) Subject: MAINTAINERS: Fix error-report.c entry X-Git-Tag: v9.0.0-rc2~1^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3325af5355762863f4ca7ce2a7b45670756547ac;p=thirdparty%2Fqemu.git MAINTAINERS: Fix error-report.c entry The commit 15002f60f792 ("util: rename qemu-error.c to match its header name") renamed util/qemu-error.c to util/error-report.c but missed to change the corresponding entry. To avoid get_maintainer.pl failing, update the error-report.c entry. Fixes: 15002f60f7 ("util: rename qemu-error.c to match its header name") Signed-off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240327115539.3860270-1-zhao1.liu@linux.intel.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/MAINTAINERS b/MAINTAINERS index a07af6b9d48..197a06b42ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3013,7 +3013,7 @@ F: include/qapi/error.h F: include/qemu/error-report.h F: qapi/error.json F: util/error.c -F: util/qemu-error.c +F: util/error-report.c F: scripts/coccinelle/err-bad-newline.cocci F: scripts/coccinelle/error-use-after-free.cocci F: scripts/coccinelle/error_propagate_null.cocci