[dpdk-dev] [PATCH 2/2] devtools: fix forbidden token
Thomas Monjalon
thomas at monjalon.net
Mon Jul 6 10:56:17 CEST 2020
06/07/2020 10:00, David Marchand:
> An expression with a space is split by the awk script resulting in
> false positive for any patch matching any of the two part of the
> expression.
> Fix this by using [[:space:]].
>
> Fixes: 43e73483a4b8 ("devtools: forbid variable declaration inside for")
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
Applied, thanks
More information about the dev
mailing list