[dpdk-test-report] |WARNING| pw32007 [PATCH 11/14] net/dpaa2: add parse function for LX2 device

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 8 06:24:13 CET 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'?
#18: 
platform to accomodate the new FRC format introduced in LX2.

CHECK:BRACES: Unbalanced braces around else statement
#168: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:234:
+	else {

CHECK:BRACES: braces {} should be used on all arms of this statement
#191: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:289:
+	if (dpaa2_svr_family == SVR_LX2160A)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#193: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:291:
+	else {

total: 0 errors, 1 warnings, 3 checks, 161 lines checked


More information about the test-report mailing list