|WARNING| pw111724 [PATCH] net/mlx5: add 128B padding of Rx completion entry

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 24 12:51:04 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'setted' may be misspelled - perhaps 'set'?
#62: 
HAVE_IBV_MLX5_MOD_CQE_128B_PAD, vendor cap lag is setted to

ERROR:CODE_INDENT: code indent should use tabs where possible
#168: FILE: drivers/net/mlx5/mlx5.c:2184:
+ ^I} else if (strcmp(MLX5_RXQ_PKT_PAD_EN, key) == 0) {$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#168: FILE: drivers/net/mlx5/mlx5.c:2184:
+ ^I} else if (strcmp(MLX5_RXQ_PKT_PAD_EN, key) == 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#168: FILE: drivers/net/mlx5/mlx5.c:2184:
+ ^I} else if (strcmp(MLX5_RXQ_PKT_PAD_EN, key) == 0) {$

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: "Xing Zhang zhangxing_neurs at 163.com" <zhangxing_neurs at 163.com>' != 'Signed-off-by: Xing Zhang <zhangxing_neurs at 163.com>'

total: 1 errors, 4 warnings, 0 checks, 95 lines checked


More information about the test-report mailing list