|WARNING| pw165937 [PATCH v9 13/21] net/txgbe: fix link stability for 40G NIC

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jun 22 13:13:58 CEST 2026


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

_coding style issues_


WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#732: FILE: drivers/net/txgbe/base/txgbe_e56.c:1759:
+			msleep(10);

WARNING:RETURN_VOID: void function return statements are not generally useful
#784: FILE: drivers/net/txgbe/base/txgbe_e56.c:1833:
+	return;
+}

WARNING:RETURN_VOID: void function return statements are not generally useful
#813: FILE: drivers/net/txgbe/base/txgbe_e56.c:1862:
+	return;
+}

WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#1386: FILE: drivers/net/txgbe/base/txgbe_e56.c:2572:
+		msleep(10);

total: 0 errors, 4 warnings, 0 checks, 1732 lines checked


More information about the test-report mailing list