[dpdk-test-report] |WARNING| pw94333 [PATCH v6 08/19] net/ngbe: identify PHY and reset PHY
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jun 17 13:00:56 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94333
_coding style issues_
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#850: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.c:79:
+ msleep(1);
WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#881: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.h:15:
+#define MVL_CTRL_ANE MS16(12, 0x1)
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#1019: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.c:55:
+ msleep(1);
WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#1052: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.h:17:
+#define RTL_BMCR_ANE MS16(12, 0x1)
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#1226: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:102:
+ msleep(1);
total: 0 errors, 5 warnings, 0 checks, 1181 lines checked
More information about the test-report
mailing list