[dpdk-test-report] |WARNING| pw25381 [PATCH 15/38] bus/dpaa: add BMan hardware interfaces

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 16 07:34:49 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'uncommited' may be misspelled - perhaps 'uncommitted'?
#678: FILE: drivers/bus/dpaa/base/qbman/bman.h:233:
+		pr_crit("losing uncommited RCR entries
");

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#1033: FILE: drivers/bus/dpaa/base/qbman/bman_driver.c:138:
+	BUG_ON(cfg != &pcfg);

total: 0 errors, 2 warnings, 1007 lines checked


More information about the test-report mailing list