|WARNING| pw163952 [PATCH v12 03/10] common/sxe2: add sxe2 basic structures

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 12 10:09:37 CEST 2026


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#1152: FILE: drivers/common/sxe2/sxe2_osal.h:91:
+#define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000))

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#1664: FILE: drivers/common/sxe2/sxe2_type.h:11:
+#include <stdio.h>
           ^^^^^

total: 0 errors, 2 warnings, 1584 lines checked


More information about the test-report mailing list