[dpdk-test-report] |WARNING| pw44294 [v3] linuxapp, eal: Fix the memory leak issue of logid

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 5 06:58:03 CEST 2018


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

_coding style issues_


ERROR:SPACING: space required before the open parenthesis '('
#115: FILE: lib/librte_eal/linuxapp/eal/eal_log.c:62:
+	if(str_len >= DEFAULT_LOG_ID_LEN) {

WARNING:BRACES: braces {} are not necessary for single statement blocks
#115: FILE: lib/librte_eal/linuxapp/eal/eal_log.c:62:
+	if(str_len >= DEFAULT_LOG_ID_LEN) {
+		return -1;
+	}

total: 1 errors, 1 warnings, 80 lines checked


More information about the test-report mailing list