[dpdk-test-report] |WARNING| pw54968 [PATCH 14/28] vhost: move setup of the log memory region

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 19 17:18:06 CEST 2019


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#78: FILE: lib/librte_vhost/trans_af_unix.c:983:
+	if (dev->log_addr) {
+		munmap((void *)(uintptr_t)dev->log_addr, dev->log_size);
+	}

total: 0 errors, 1 warnings, 122 lines checked


More information about the test-report mailing list