automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw37075 [PATCH v5 3/3] Add Intel FPGA OPAE Share Code
       [not found] <1522824677-86958-4-git-send-email-rosen.xu@intel.com>
@ 2018-04-04  6:49 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-04  6:49 UTC (permalink / raw)
  To: test-report; +Cc: Rosen Xu

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

_coding style issues_


WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#8940: FILE: drivers/raw/ifpga_rawdev/base/opae_osdep.h:94:
+#define BUG() pr_err("BUG at %s:%d", __func__, __LINE__)

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#8946: FILE: drivers/raw/ifpga_rawdev/base/opae_osdep.h:100:
+#define BUG_ON(x) ASSERT(!(x))

WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#9002: FILE: drivers/raw/ifpga_rawdev/base/osdep_raw/osdep_generic.h:35:
+#define	compiler_barrier() do {		\
+	asm volatile ("" : : : "memory");	\
+} while (0)

total: 0 errors, 3 warnings, 8919 lines checked

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

only message in thread, other threads:[~2018-04-04  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1522824677-86958-4-git-send-email-rosen.xu@intel.com>
2018-04-04  6:49 ` [dpdk-test-report] |WARNING| pw37075 [PATCH v5 3/3] Add Intel FPGA OPAE Share Code 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).