[dpdk-test-report] |WARNING| pw32770 [PATCH] lib/librte_vhost: move fdset_del out of conn_mutex

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Dec 27 14:11:45 CET 2017


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

_coding style issues_


ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){
 			     ^

ERROR:SPACING: space required after that ';' (ctx:VxV)
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){
 			       ^

ERROR:SPACING: spaces required around that '<' (ctx:VxV)
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){
 			         ^

ERROR:SPACING: space required after that ';' (ctx:VxV)
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){
 			                    ^

ERROR:SPACING: space required before the open brace '{'
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){

ERROR:SPACING: space required before the open parenthesis '('
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){

WARNING:BRACES: braces {} are not necessary for single statement blocks
#59: FILE: lib/librte_vhost/socket.c:784:
+			for(i=0;i<num_of_fds;i++){
+				fdset_del(&vhost_user.fdset, del_fds[i]);
+			}

total: 6 errors, 1 warnings, 27 lines checked


More information about the test-report mailing list