|WARNING| pw152070 [PATCH v16 10/29] net/rnp: add support device start stop operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 26 08:48:31 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152070
_coding style issues_
CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#91: FILE: drivers/net/rnp/base/rnp_common.c:89:
+ udelay(10);
WARNING:MEMORY_BARRIER: memory barrier without comment
#187: FILE: drivers/net/rnp/base/rnp_mac.h:13:
+ wmb(); \
WARNING:MEMORY_BARRIER: memory barrier without comment
#193: FILE: drivers/net/rnp/base/rnp_mac.h:19:
+ wmb(); \
total: 0 errors, 2 warnings, 1 checks, 480 lines checked
More information about the test-report
mailing list