On 5/18/2026 5:22 AM, Philippe Mathieu-Daudé wrote:
> Fixes: afbdf0a44ea ("docker: Add Hexagon image")
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
> Cc: Brian Cain <[email protected]>
> Cc: Pierrick Bouvier <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
I'm surprised we don't have an automated check (checkpatch?) to entries
in MAINTAINERS that don't exist. Should we add one?
cat MAINTAINERS |
grep ^F: |
sed -e 's/F: //' |
while read entry; do ls $entry > /dev/null; done
Reviewed-by: Pierrick Bouvier <[email protected]>
Regards,
Pierrick