* [dpdk-test-report] |WARNING| [PATCH 4/8] crypto/dpaa2_sec: Introducing dpaa2_sec based on NXP SEC HW
[not found] <20161205125540.6419-5-akhil.goyal@nxp.com>
@ 2016-12-05 7:29 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-12-05 7:29 UTC (permalink / raw)
To: test-report; +Cc: Akhil Goyal
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17675
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#339: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:83:
+ if (rte_eal_process_type() != RTE_PROC_PRIMARY) {
+ return 0;
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#346: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:90:
+ if (!dpseci) {
+ return -1;
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#352: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:96:
+ if (retcode != 0) {
+ goto init_error;
+ }
total: 0 errors, 3 warnings, 258 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-05 7:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20161205125540.6419-5-akhil.goyal@nxp.com>
2016-12-05 7:29 ` [dpdk-test-report] |WARNING| [PATCH 4/8] crypto/dpaa2_sec: Introducing dpaa2_sec based on NXP SEC HW 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).