[dpdk-test-report] |WARNING| pw54967 [PATCH 13/28] vhost: move mmap/munmap

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 19 17:16:24 CEST 2019


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

_coding style issues_


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

total: 0 errors, 1 warnings, 497 lines checked


More information about the test-report mailing list