|WARNING| pw160655 [PATCH 1/7] net/hinic3: add support for new SPx series NIC

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jan 31 11:06:52 CET 2026


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

_coding style issues_


WARNING:TYPO_SPELLING: 'suuport' may be misspelled - perhaps 'support'?
#60: 
Add new device id to suuport Huawei new SPx series Network Adapters.
                     ^^^^^^^

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pdev' - possible side-effects?
#106: FILE: drivers/net/hinic3/base/hinic3_hwif.c:141:
+#define HINIC3_IS_VF_DEV(pdev) ( \
+	(pdev)->id.device_id == HINIC3_DEV_ID_VF_SP620 || \
+	(pdev)->id.device_id == HINIC3_DEV_ID_VF_SP230)

total: 0 errors, 1 warnings, 1 checks, 53 lines checked


More information about the test-report mailing list