[dpdk-test-report] |WARNING| pw103641 [PATCH v4 7/9] gpudev: add communication flag
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Nov 3 12:07:03 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/103641
_coding style issues_
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#167: FILE: app/test-gpudev/main.c:180:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#167: FILE: app/test-gpudev/main.c:180:
+ if(ret < 0)
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#175: FILE: app/test-gpudev/main.c:188:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#175: FILE: app/test-gpudev/main.c:188:
+ if(ret < 0)
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#182: FILE: app/test-gpudev/main.c:195:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#182: FILE: app/test-gpudev/main.c:195:
+ if(ret < 0)
WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#188: FILE: app/test-gpudev/main.c:201:
+ printf("Communication flag value at 0x%p was set to %d and current value is %d
", devflag.ptr, set_val, get_val);
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#192: FILE: app/test-gpudev/main.c:205:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#192: FILE: app/test-gpudev/main.c:205:
+ if(ret < 0)
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#199: FILE: app/test-gpudev/main.c:212:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#199: FILE: app/test-gpudev/main.c:212:
+ if(ret < 0)
WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#205: FILE: app/test-gpudev/main.c:218:
+ printf("Communication flag value at 0x%p was set to %d and current value is %d
", devflag.ptr, set_val, get_val);
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#208: FILE: app/test-gpudev/main.c:221:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#208: FILE: app/test-gpudev/main.c:221:
+ if(ret < 0)
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#306: FILE: lib/gpudev/gpudev.c:672:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#306: FILE: lib/gpudev/gpudev.c:672:
+ if(ret < 0)
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#329: FILE: lib/gpudev/gpudev.c:695:
+ if(ret < 0)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#329: FILE: lib/gpudev/gpudev.c:695:
+ if(ret < 0)
total: 16 errors, 2 warnings, 340 lines checked
More information about the test-report
mailing list