[dpdk-test-report] |WARNING| pw93772 [PATCH v5 10/24] net/ngbe: identify PHY and reset PHY

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 2 11:41:36 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'claus' may be misspelled - perhaps 'clause'?
#344: FILE: drivers/net/ngbe/base/ngbe_phy.c:80:
+	/* select claus22 */

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

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


More information about the test-report mailing list