automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw135897 [PATCH v3 2/5] net/sfc: fix non-constant expression in RTE_BUILD_BUG_ON
       [not found] <20240116184307.162882-3-stephen@networkplumber.org>
@ 2024-01-16 18:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-01-16 18:43 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/135897

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#113: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'y' - possible side-effects?
#113: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))

total: 0 errors, 0 warnings, 2 checks, 19 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-16 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240116184307.162882-3-stephen@networkplumber.org>
2024-01-16 18:43 ` |WARNING| pw135897 [PATCH v3 2/5] net/sfc: fix non-constant expression in RTE_BUILD_BUG_ON checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).