[dpdk-test-report] |WARNING| pw66591 [PATCH 01/13] librte_security:	fix verification of parameters
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Mar 12 16:17:39 CET 2020
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/66591
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#114: 
"instance->ops->session_XXX", they check also "instance" and "instance->ops".
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#139: FILE: lib/librte_security/rte_security.c:14:
+#define RTE_PTR_OR_ERR_RET(ptr, retval) do {	\
+	if ((ptr) == NULL)			\
+		return retval;			\
+} while (0)
total: 0 errors, 2 warnings, 130 lines checked
    
    
More information about the test-report
mailing list