[dpdk-test-report] |WARNING| pw95531 [PATCH v8 08/19] net/ngbe: identify PHY and reset PHY

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 8 11:33:47 CEST 2021


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

_coding style issues_


WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
#841: FILE: drivers/net/ngbe/base/ngbe_phy_mvl.c:79:
+		msleep(1);

WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#872: 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
#1010: FILE: drivers/net/ngbe/base/ngbe_phy_rtl.c:55:
+		msleep(1);

WARNING:TYPO_SPELLING: 'ANE' may be misspelled - perhaps 'AND'?
#1043: 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
#1217: FILE: drivers/net/ngbe/base/ngbe_phy_yt.c:102:
+		msleep(1);

total: 0 errors, 5 warnings, 0 checks, 1173 lines checked


More information about the test-report mailing list