[dpdk-test-report] |WARNING| pw26393 [PATCH v2 11/40] bus/dpaa: add QMan driver core routines

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


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

_coding style issues_


WARNING:TYPO_SPELLING: 'loosing' may be misspelled - perhaps 'losing'?
#507: FILE: drivers/bus/dpaa/base/qbman/qman.c:362:
+		pr_crit("loosing uncommitted EQCR entries
");

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#907: FILE: drivers/bus/dpaa/base/qbman/qman.c:762:
+				BUG_ON(!fq);

WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#1097: FILE: drivers/bus/dpaa/base/qbman/qman.c:952:
+	BUG_ON(!CPU_ISSET(cpu, &affine_mask));

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

total: 0 errors, 4 warnings, 4236 lines checked


More information about the test-report mailing list