On Fri, Jan 09, 2026 at 08:12:17AM +0100, Markus Armbruster wrote:
> We recently improved the MAINTAINERS update warning to show the files
> that trigger it.  Example:
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
>     #105:
>     deleted file mode 100644
> 
> improved to
> 
>     WARNING: added, moved or deleted file(s):
> 
>       migration/threadinfo.h
>       migration/threadinfo.c
> 
>     Does MAINTAINERS need updating?
> 
> Unfortunately, this made things worse with --terse, as only the first
> line of each warning is shown then.
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> 
> became
> 
>     WARNING: added, moved or deleted file(s):
> 
> Adjust the warning text to
> 
>     WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
>       migration/threadinfo.h
>       migration/threadinfo.c
> 
> so we get the exact same warning as we used to with --terse.
> 
> Fixes: 1d745e6d9635 (scripts/checkpatch: use new hook for MAINTAINERS update 
> check)
> Signed-off-by: Markus Armbruster <[email protected]>
> ---
>  scripts/checkpatch.pl | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Daniel P. Berrangé <[email protected]>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to