[dpdk-test-report] |WARNING| pw40740 [PATCH] net/i40e: illagel pactket checking

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 7 16:22:16 CEST 2018


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

_coding style issues_


ERROR:SPACING: space required before the open brace '{'
#35: FILE: drivers/net/i40e/i40e_rxtx.c:1462:
+		if (m->pkt_len > ETHER_MAX_LEN || m->pkt_len < I40E_TX_MIN_PKT_LEN){

ERROR:SPACING: space required after that ';' (ctx:VxV)
#37: FILE: drivers/net/i40e/i40e_rxtx.c:1464:
+			return i;}
 			        ^

ERROR:SPACING: space required before the open brace '{'
#40: FILE: drivers/net/i40e/i40e_rxtx.c:1467:
+		if(m->nb_segs > I40E_TX_MAX_MTU_SEG){

ERROR:SPACING: space required before the open parenthesis '('
#40: FILE: drivers/net/i40e/i40e_rxtx.c:1467:
+		if(m->nb_segs > I40E_TX_MAX_MTU_SEG){

ERROR:SPACING: space required after that ';' (ctx:VxV)
#42: FILE: drivers/net/i40e/i40e_rxtx.c:1469:
+			return i;}
 			        ^

total: 5 errors, 0 warnings, 0 checks, 24 lines checked


More information about the test-report mailing list