automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29856 [PATCH 07/17] net/qede/base: add various OS abtraction macros
       [not found] <1507357872-26475-8-git-send-email-rasesh.mody@cavium.com>
@ 2017-10-07  6:32 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-07  6:32 UTC (permalink / raw)
  To: test-report; +Cc: Rasesh Mody

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'flags' - possible side-effects?
#51: FILE: drivers/net/qede/base/bcm_osal.h:170:
+#define OSAL_SPIN_LOCK_IRQSAVE(lock, flags)	\
+	do {					\
+		UNUSED(lock);			\
+		flags = 0;			\
+		UNUSED(flags);			\
+	} while (0)

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

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

only message in thread, other threads:[~2017-10-07  6:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1507357872-26475-8-git-send-email-rasesh.mody@cavium.com>
2017-10-07  6:32 ` [dpdk-test-report] |WARNING| pw29856 [PATCH 07/17] net/qede/base: add various OS abtraction macros 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).