|WARNING| pw120006 [PATCH 02/11] net/tap: check if name is null

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 21 21:42:29 CET 2022


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#77: FILE: drivers/net/tap/rte_eth_tap.c:2343:
+	if (!name) {
+		return -1;
+	}

total: 0 errors, 1 warnings, 0 checks, 10 lines checked


More information about the test-report mailing list