|WARNING| pw161138 [PATCH v3 14/27] net/i40e: avoid rte malloc in DDP package handling
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 11 14:58:32 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/161138
_coding style issues_
ERROR:POINTER_LOCATION: "(foo* )" should be "(foo *)"
#175: 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 ')'
#175: FILE: drivers/net/intel/i40e/rte_pmd_i40e.c:1709:
+ track_id, (uint8_t* )&profile_info_sec,
ERROR:POINTER_LOCATION: "(foo* )" should be "(foo *)"
#178: 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 ')'
#178: 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 *)"
#219: 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 ')'
#219: 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