* [dpdk-test-report] |WARNING| pw31993 [PATCH v3 4/5] bbdev: sample app
[not found] <1512682857-79467-4-git-send-email-amr.mokhtar@intel.com>
@ 2017-12-07 21:41 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-07 21:41 UTC (permalink / raw)
To: test-report; +Cc: Amr Mokhtar
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31993
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#180: FILE: examples/bbdev_app/main.c:76:
+#define BBDEV_ASSERT(a) do { \
+ if (!(a)) { \
+ usage(prgname); \
+ return -1; \
+ } \
+} while (0)
WARNING:LONG_LINE: line over 90 characters
#798: FILE: examples/bbdev_app/main.c:694:
+ ops_burst[j]->turbo_dec.input.data);
WARNING:LONG_LINE: line over 90 characters
#863: FILE: examples/bbdev_app/main.c:759:
+ ops_burst[j]->turbo_enc.input.data);
total: 0 errors, 3 warnings, 1509 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-07 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1512682857-79467-4-git-send-email-amr.mokhtar@intel.com>
2017-12-07 21:41 ` [dpdk-test-report] |WARNING| pw31993 [PATCH v3 4/5] bbdev: sample app 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).