[PATCH v2 1/6] eal: replace unnecessary comma operator
Bruce Richardson
bruce.richardson at intel.com
Mon Aug 18 09:59:42 CEST 2025
On Thu, Aug 14, 2025 at 02:28:47PM -0700, Stephen Hemminger wrote:
> Use of comma as statement separator is discouraged and
> reported as warning by clang with -Wcomma
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> lib/eal/common/rte_malloc.c | 4 ++--
> lib/eal/linux/eal_alarm.c | 6 ++++--
> 2 files changed, 6 insertions(+), 4 deletions(-)
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list