[dpdk-test-report] |WARNING| pw34107 [PATCH RFC 13/24] vhost: move mmap/munmap to AF_UNIX transport

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 19 14:47:52 CET 2018


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#243: FILE: lib/librte_vhost/vhost_user.c:593:
+			if (pmsg->fds[i] >= 0) {
+				close(pmsg->fds[i]);
+			}

total: 0 errors, 1 warnings, 282 lines checked


More information about the test-report mailing list