[dpdk-test-report] |WARNING| pw38929 [PATCH v6 05/16] ethdev: alter	behavior of flow API actions
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Wed Apr 25 17:29:31 CEST 2018
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/38929
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#344: FILE: drivers/net/enic/enic_flow.c:984:
+				return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#354: FILE: drivers/net/enic/enic_flow.c:996:
+		return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#374: FILE: drivers/net/enic/enic_flow.c:1027:
+				return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#384: FILE: drivers/net/enic/enic_flow.c:1040:
+				return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#394: FILE: drivers/net/enic/enic_flow.c:1053:
+				return ENOTSUP;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#404: FILE: drivers/net/enic/enic_flow.c:1071:
+		return ENOTSUP;
total: 0 errors, 6 warnings, 638 lines checked
    
    
More information about the test-report
mailing list