|WARNING| pw161634 [PATCH v6 14/27] net/i40e: avoid rte malloc in DDP package handling

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 19 17:26:08 CET 2026


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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo* )" should be "(foo *)"
#180: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1698:
+		track_id, (uint8_t* )&profile_info_sec,

ERROR:SPACING: space prohibited before that close parenthesis ')'
#180: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1698:
+		track_id, (uint8_t* )&profile_info_sec,

ERROR:POINTER_LOCATION: "(foo* )" should be "(foo *)"
#183: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1700:
+	is_exist = i40e_check_profile_info(port, (uint8_t* )&profile_info_sec);

ERROR:SPACING: space prohibited before that close parenthesis ')'
#183: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1700:
+	is_exist = i40e_check_profile_info(port, (uint8_t* )&profile_info_sec);

ERROR:POINTER_LOCATION: "(foo* )" should be "(foo *)"
#224: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1749:
+		status = i40e_add_rm_profile_info(hw, (uint8_t* )&profile_info_sec);

ERROR:SPACING: space prohibited before that close parenthesis ')'
#224: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1749:
+		status = i40e_add_rm_profile_info(hw, (uint8_t* )&profile_info_sec);

total: 6 errors, 0 warnings, 0 checks, 141 lines checked


More information about the test-report mailing list