[dpdk-test-report] |WARNING| pw36909 [PATCH pktgen] Fix the "rte_memcpy" compiling on aarch64 platform

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 3 08:37:24 CEST 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16: 
The "rte_memcpy" will be a macro but not a function on aarch64 platform if the flags are not enabled (latest version). In old versions, it will always be a macro to memcpy.

ERROR:SPACING: space required before the open parenthesis '('
#51: FILE: app/cli-functions.c:918:
+		for(i = 0; i < cnt; i++)

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#54: FILE: app/cli-functions.c:921:
+	}
+	else {

ERROR:SPACING: space required before the open parenthesis '('
#55: FILE: app/cli-functions.c:922:
+		for(i = 0; i < cnt; i++)

total: 3 errors, 1 warnings, 28 lines checked


More information about the test-report mailing list