Re: [PATCH v2 5/7] scripts/checkpatch: use new hook for file permissions check

2025-05-14 Thread Cédric Le Goater
On 5/12/25 20:24, Daniel P. Berrangé wrote: From: Daniel P. Berrangé The file permissions check is the kind of check intended to be performed in the new start of file hook. Signed-off-by: Daniel P. Berrangé Reviewed-by: Cédric Le Goater Thanks, C. --- scripts/checkpatch.pl | 19 +++

[PATCH v2 5/7] scripts/checkpatch: use new hook for file permissions check

2025-05-12 Thread Daniel P . Berrangé
From: Daniel P. Berrangé The file permissions check is the kind of check intended to be performed in the new start of file hook. Signed-off-by: Daniel P. Berrangé --- scripts/checkpatch.pl | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/scripts/checkpat