[dpdk-test-report] |WARNING| pw61675 [PATCH] net/memif: fix invalid unix domain address length

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 22 18:09:23 CEST 2019


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#170: FILE: drivers/net/memif/rte_eth_memif.c:1195:
+  if (strlen(filename) != MEMIF_SOCKET_UN_SIZE) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 16)
#170: FILE: drivers/net/memif/rte_eth_memif.c:1195:
+  if (strlen(filename) != MEMIF_SOCKET_UN_SIZE) {
+		MIF_LOG(ERR, "Unix socket address too long (max 108).");

total: 0 errors, 2 warnings, 0 checks, 121 lines checked


More information about the test-report mailing list