]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/checkpatch: use new hook for MAINTAINERS update check
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 12 May 2025 17:01:00 +0000 (18:01 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 10:24:41 +0000 (11:24 +0100)
commit1d745e6d96353af20f116672b87ae28b0d07eca9
tree3675c6c51c4e7c9fe68e50bfaaaf949663313b80
parent45abbf209f007db90d0a596139f653783cd1cb0f
scripts/checkpatch: use new hook for MAINTAINERS update check

When seeing a new/deleted/renamed file we check to see if MAINTAINERS
is updated, but we don't give the user a list of files affected, as
we don't want to repeat the same warning many times over.

Using the new file list hook, we can give a single warning at the
end with a list of filenames included.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/checkpatch.pl