[dpdk-test-report] |WARNING| pw34695 [PATCH] igb_uio: fix uevent montior issue

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 30 11:02:48 CET 2018


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

_coding style issues_


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

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

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

total: 0 errors, 3 warnings, 41 lines checked


More information about the test-report mailing list