On Sun, 19 Oct 2025 09:05:11 -0700
Stephen Hemminger <[email protected]> wrote:

> The latest version of awk (in Debian testing) will give a warning
> about invalid regular expression error.
> 
>       awk: line 6: regular expression compile failed (syntax error ^* or ^+)
>       ^+++ b/
> 
> Fix by using additional backslash escape.
> 
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---
>  devtools/checkpatches.sh | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Looks like upstream reverted this new warning. Patch is not needed.

Reply via email to