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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 17 13:16:47 CET 2026


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

_coding style issues_


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

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

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

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

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

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

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


More information about the test-report mailing list