* [dpdk-test-report] |WARNING| pw36610 [PATCH v3 6/6] drivers/raw/ifpga_rawdev: Add Intel FPGA OPAE Share Code
[not found] <1522229396-17898-7-git-send-email-rosen.xu@intel.com>
@ 2018-03-28 9:28 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-28 9:28 UTC (permalink / raw)
To: test-report; +Cc: Rosen Xu
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/36610
_coding style issues_
WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#9296: 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()
#9302: 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
#9358: 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, 9276 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-28 9:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1522229396-17898-7-git-send-email-rosen.xu@intel.com>
2018-03-28 9:28 ` [dpdk-test-report] |WARNING| pw36610 [PATCH v3 6/6] drivers/raw/ifpga_rawdev: 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).