* [dpdk-test-report] |WARNING| pw21901 [PATCH v2 02/21] net/qede/base: fix to set pointers to NULL after freeing
[not found] <1489819823-13025-1-git-send-email-rasesh.mody@cavium.com>
@ 2017-03-19 10:03 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-19 10:03 UTC (permalink / raw)
To: test-report; +Cc: Mody, Rasesh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21901
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'memory' - possible side-effects?
#42: FILE: drivers/net/qede/base/bcm_osal.h:93:
+#define OSAL_FREE(dev, memory) \
+ do { \
+ rte_free((void *)memory); \
+ memory = OSAL_NULL; \
+ } while (0)
total: 0 errors, 0 warnings, 1 checks, 100 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-19 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1489819823-13025-1-git-send-email-rasesh.mody@cavium.com>
2017-03-19 10:03 ` [dpdk-test-report] |WARNING| pw21901 [PATCH v2 02/21] net/qede/base: fix to set pointers to NULL after freeing 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).