|WARNING| pw120989 [PATCH kmods] linux/igb_uio: fix build on Linux 5.18+
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Dec 16 18:19:04 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120989
_coding style issues_
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#93: FILE: linux/igb_uio/igb_uio.c:515:
+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0)
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#103: FILE: linux/igb_uio/igb_uio.c:525:
+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0)
total: 0 errors, 2 warnings, 21 lines checked
Luca Boccassi mail differs from primary mail, please fix the commit message or update .mailmap.
Paolo Pisati <p.pisati at gmail.com> is unknown, please fix the commit message or update .mailmap.
Luca Boccassi mail differs from primary mail, please fix the commit message or update .mailmap.
More information about the test-report
mailing list