automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw36357 [PATCH V2 5/5] Add Intel OPAE Share Code
       [not found] <1521618694-140757-6-git-send-email-rosen.xu@intel.com>
@ 2018-03-21  7:49 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-21  7:49 UTC (permalink / raw)
  To: test-report; +Cc: Rosen Xu

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

_coding style issues_


WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#9253: FILE: drivers/raw/ifpga_rawdev/base/opae_osdep.h:90:
+#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()
#9259: FILE: drivers/raw/ifpga_rawdev/base/opae_osdep.h:96:
+#define BUG_ON(x) ASSERT(!(x))

WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#9315: 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, 9234 lines checked

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

only message in thread, other threads:[~2018-03-21  7:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1521618694-140757-6-git-send-email-rosen.xu@intel.com>
2018-03-21  7:49 ` [dpdk-test-report] |WARNING| pw36357 [PATCH V2 5/5] Add Intel 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).