[dpdk-test-report] |WARNING| [PATCH] igb_uio: stop device when closing /dev/uioX

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 17:45:14 CET 2016


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

_coding style issues_


WARNING:MISSING_BREAK: Possible switch case/default not preceeded by break or fallthrough comment
#145: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:253:
+	default:

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#231: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:334:
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)

WARNING:HOTPLUG_SECTION: Using __devinit is unnecessary
#232: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:335:
+static int __devinit

total: 0 errors, 3 warnings, 241 lines checked


More information about the test-report mailing list