[dpdk-test-report] |WARNING| pw26395 [PATCH v2 14/40] bus/dpaa: add BMan hardware interfaces

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 5 02:10:45 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'loosing' may be misspelled - perhaps 'losing'?
#678: FILE: drivers/bus/dpaa/base/qbman/bman.h:233:
+		pr_crit("loosing uncommitted 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