Re: [PATCH] buildtools/check-git-log: print expected driver prefix

2025-07-21 Thread Thomas Monjalon
24/01/2025 18:24, Bruce Richardson: > When outputting an error for an invalid log prefix, don't just tell the > user that the prefix is wrong - also tell them what the expected prefix > should be. > > Signed-off-by: Bruce Richardson Applied (with fixed prefix :), thanks.

[PATCH] buildtools/check-git-log: print expected driver prefix

2025-01-24 Thread Bruce Richardson
When outputting an error for an invalid log prefix, don't just tell the user that the prefix is wrong - also tell them what the expected prefix should be. Signed-off-by: Bruce Richardson --- devtools/check-git-log.sh | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devt