Re: [dpdk-dev] [PATCH] devtools: add llx format specifier check

2021-02-09 Thread Thomas Monjalon
09/02/2021 16:26, Ferruh Yigit: > %llx tends to be wrong when used for fixed size, like uint64_t, > variables, adding a warning to double check them. > > Signed-off-by: Ferruh Yigit > --- > + # check %llx usage > + awk -v FOLDERS='lib drivers app examples' \ > + -v EXPRESSIONS

[dpdk-dev] [PATCH] devtools: add llx format specifier check

2021-02-09 Thread Ferruh Yigit
%llx tends to be wrong when used for fixed size, like uint64_t, variables, adding a warning to double check them. Signed-off-by: Ferruh Yigit --- Cc: David Marchand Cc: Aaron Conole --- devtools/checkpatches.sh | 8 1 file changed, 8 insertions(+) diff --git a/devtools/checkpatches.s