automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw134174 [PATCH v2 2/3] net/sfc: fix non-constant expression inr RTE_BUILD_BUG_ON
       [not found] <20231113170605.408281-3-stephen@networkplumber.org>
@ 2023-11-13 17:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-11-13 17:08 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:TYPO_SPELLING: 'evaluted' may be misspelled - perhaps 'evaluated'?
#88: 
safety which means the statement can not be fully evaluted in

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#111: 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?
#111: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))

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

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

only message in thread, other threads:[~2023-11-13 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231113170605.408281-3-stephen@networkplumber.org>
2023-11-13 17:08 ` |WARNING| pw134174 [PATCH v2 2/3] net/sfc: fix non-constant expression inr 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).