On Thu, 15 May 2025 at 15:00, Daniel P. Berrangé <berra...@redhat.com> wrote: > > 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 <c...@redhat.com> > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > scripts/checkpatch.pl | 37 +++++++++++++++++++------------------ > 1 file changed, 19 insertions(+), 18 deletions(-) > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM