|WARNING| pw158326 [PATCH] net/ice: add source prune configuration API
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Nov 1 11:47:50 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158326
_coding style issues_
WARNING:TYPO_SPELLING: 'indiviual' may be misspelled - perhaps 'individual'?
#71:
source prune for all PF ports or for an indiviual PF port.
^^^^^^^^^
WARNING:TYPO_SPELLING: 'indiviual' may be misspelled - perhaps 'individual'?
#76:
2. Enable source prune for an indiviual PF port.
^^^^^^^^^
WARNING:TYPO_SPELLING: 'indiviual' may be misspelled - perhaps 'individual'?
#77:
3. Disable source prune for an indiviual PF port
^^^^^^^^^
ERROR:CODE_INDENT: code indent should use tabs where possible
#170: FILE: drivers/net/intel/ice/ice_ethdev.c:1763:
+ ret = ice_update_vsi(hw, vsi->idx, &ctxt, NULL);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#170: FILE: drivers/net/intel/ice/ice_ethdev.c:1763:
+ ret = ice_update_vsi(hw, vsi->idx, &ctxt, NULL);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#171: FILE: drivers/net/intel/ice/ice_ethdev.c:1764:
+ if (ret) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#171: FILE: drivers/net/intel/ice/ice_ethdev.c:1764:
+ if (ret) {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#172: FILE: drivers/net/intel/ice/ice_ethdev.c:1765:
+ PMD_DRV_LOG(ERR, "Update VSI failed to %s source prune",$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#172: FILE: drivers/net/intel/ice/ice_ethdev.c:1765:
+ PMD_DRV_LOG(ERR, "Update VSI failed to %s source prune",$
ERROR:CODE_INDENT: code indent should use tabs where possible
#173: FILE: drivers/net/intel/ice/ice_ethdev.c:1766:
+ on ? "enable" : "disable");$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/net/intel/ice/ice_ethdev.c:1766:
+ on ? "enable" : "disable");$
ERROR:CODE_INDENT: code indent should use tabs where possible
#174: FILE: drivers/net/intel/ice/ice_ethdev.c:1767:
+ return -EINVAL;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#174: FILE: drivers/net/intel/ice/ice_ethdev.c:1767:
+ return -EINVAL;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#175: FILE: drivers/net/intel/ice/ice_ethdev.c:1768:
+ } else {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#175: FILE: drivers/net/intel/ice/ice_ethdev.c:1768:
+ } else {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#179: FILE: drivers/net/intel/ice/ice_ethdev.c:1772:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#179: FILE: drivers/net/intel/ice/ice_ethdev.c:1772:
+ }$
ERROR:CODE_INDENT: code indent should use tabs where possible
#181: FILE: drivers/net/intel/ice/ice_ethdev.c:1774:
+ return 0;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#181: FILE: drivers/net/intel/ice/ice_ethdev.c:1774:
+ return 0;$
total: 8 errors, 11 warnings, 0 checks, 218 lines checked
More information about the test-report
mailing list