|WARNING| pw153801 [PATCH v1 1/2] bbdev: add trace points per operation
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Wed May 28 00:36:25 CEST 2025
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153801
_coding style issues_
WARNING:BRACES: braces {} are not necessary for any arm of this statement
#243: FILE: lib/bbdev/rte_bbdev.c:1293:
+	if (op_type == RTE_BBDEV_OP_LDPC_DEC) {
[...]
+	} else if (op_type == RTE_BBDEV_OP_LDPC_ENC) {
[...]
+	} else if (op_type == RTE_BBDEV_OP_FFT) {
[...]
+	} else if (op_type == RTE_BBDEV_OP_MLDTS) {
[...]
+	} else if (op_type == RTE_BBDEV_OP_TURBO_DEC) {
[...]
+	} else if (op_type == RTE_BBDEV_OP_TURBO_ENC) {
[...]
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 1 warnings, 187 lines checked
    
    
More information about the test-report
mailing list