[dpdk-test-report] |WARNING| pw30761 [PATCH pktgen] Fix the protocol settings with the range command.

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 24 10:37:45 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#15: 
A "%" is missing in the command line, so the parameter comparison always returns failure. And the local variable "what" points to the argv[4], it is incorrect for this command since the argc is 4 and the max should be argv[3].

ERROR:SPACING: space prohibited before that close parenthesis ')'
#42: FILE: app/cli-functions.c:283:
+				range_set_proto(info, argv[3]) );

total: 1 errors, 1 warnings, 16 lines checked


More information about the test-report mailing list