[dpdk-test-report] |WARNING| pw28194 [PATCH v5 4/5] igb_uio: use msi mask functions from kernel little corrections

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 31 23:49:00 CEST 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#60: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:113:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#64: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:117:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)

total: 0 errors, 2 warnings, 164 lines checked


More information about the test-report mailing list