* [dpdk-test-report] |WARNING| pw22772 [PATCH v5 06/62] net/qede: upgrade the FW to 8.18.9.0
[not found] <1490819822-27267-7-git-send-email-rasesh.mody@cavium.com>
@ 2017-03-29 23:58 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-29 23:58 UTC (permalink / raw)
To: test-report; +Cc: Mody, Rasesh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/22772
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pq_size' - possible side-effects?
#1532: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:33:
+#define QM_PQ_MEM_4KB(pq_size) (pq_size ? DIV_ROUND_UP((pq_size + 1) * \
+ QM_PQ_ELEMENT_SIZE, 0x1000) : 0)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pq_size' - possible side-effects?
#1534: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:35:
+#define QM_PQ_SIZE_256B(pq_size) (pq_size ? DIV_ROUND_UP(pq_size, 0x100) - 1 : \
+ 0)
CHECK:CAMELCASE: Avoid CamelCase: <ramLine>
#3391: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1600:
+ ramLine.lo = 0;
total: 0 errors, 0 warnings, 3 checks, 4604 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-29 23:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1490819822-27267-7-git-send-email-rasesh.mody@cavium.com>
2017-03-29 23:58 ` [dpdk-test-report] |WARNING| pw22772 [PATCH v5 06/62] net/qede: upgrade the FW to 8.18.9.0 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).