[dpdk-test-report] |WARNING| pw31484 [PATCH] net/tap: add Rx	interrupts
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Nov 20 15:00:00 CET 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31484
_coding style issues_
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#117: FILE: drivers/net/tap/tap_intr.c:4:
+ *
+  *   Copyright 2017 Mellanox
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#118: FILE: drivers/net/tap/tap_intr.c:5:
+  *   Copyright 2017 Mellanox
+ *
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rxq->fd <= 0'
#215: FILE: drivers/net/tap/tap_intr.c:102:
+		if (!rxq || (rxq->fd <= 0)) {
total: 0 errors, 2 warnings, 1 checks, 204 lines checked
    
    
More information about the test-report
mailing list