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

2025-05-19 Thread Peter Maydell
On Thu, 15 May 2025 at 14:59, Daniel P. Berrangé wrote: > > The file permissions check is the kind of check intended to be performed > in the new start of file hook. > > Reviewed-by: Cédric Le Goater > Signed-off-by: Daniel P. Berrangé > --- > scripts/checkpatch.pl | 19 +++ > 1

[PATCH v3 5/9] scripts/checkpatch: use new hook for file permissions check

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