|WARNING| pw166133 [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 24 13:54:08 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166133
_coding style issues_
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#730: FILE: drivers/net/txgbe/base/txgbe_e56.c:1732:
+ msleep(10);
WARNING:RETURN_VOID: void function return statements are not generally useful
#782: FILE: drivers/net/txgbe/base/txgbe_e56.c:1806:
+ return;
+}
WARNING:RETURN_VOID: void function return statements are not generally useful
#811: FILE: drivers/net/txgbe/base/txgbe_e56.c:1835:
+ return;
+}
WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#1384: FILE: drivers/net/txgbe/base/txgbe_e56.c:2545:
+ msleep(10);
total: 0 errors, 4 warnings, 0 checks, 1732 lines checked
More information about the test-report
mailing list