automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw115897 [PATCH v2 06/14] net/idpf: add support for packet type get
       [not found] <20220905105828.3190335-7-junfeng.guo@intel.com>
@ 2022-09-05 10:59 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-09-05 10:59 UTC (permalink / raw)
  To: test-report; +Cc: Junfeng Guo

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#163: FILE: drivers/net/idpf/idpf_rxtx.h:49:
+#define IDPF_GET_PTYPE_SIZE(p) \
+	(sizeof(struct virtchnl2_ptype) + \
+	(((p)->proto_id_count ? ((p)->proto_id_count - 1) : 0) * sizeof((p)->proto_id[0])))

total: 0 errors, 0 warnings, 1 checks, 319 lines checked

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

only message in thread, other threads:[~2022-09-05 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220905105828.3190335-7-junfeng.guo@intel.com>
2022-09-05 10:59 ` |WARNING| pw115897 [PATCH v2 06/14] net/idpf: add support for packet type get 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).