|WARNING| pw106590 [PATCH v4 2/2] app/test-gpudev: test cpu_map/cpu_unmap functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jan 26 20:38:55 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/106590
_coding style issues_
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#164: FILE: app/test-gpudev/main.c:215:
+ ((uint8_t*)ptr_cpu)[0] = 0x4;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#165: FILE: app/test-gpudev/main.c:216:
+ ((uint8_t*)ptr_cpu)[1] = 0x5;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#166: FILE: app/test-gpudev/main.c:217:
+ ((uint8_t*)ptr_cpu)[2] = 0x6;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#169: FILE: app/test-gpudev/main.c:220:
+ ((uint8_t*)ptr_cpu)[0],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#170: FILE: app/test-gpudev/main.c:221:
+ ((uint8_t*)ptr_cpu)[1],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#171: FILE: app/test-gpudev/main.c:222:
+ ((uint8_t*)ptr_cpu)[2]);
total: 6 errors, 0 warnings, 75 lines checked
More information about the test-report
mailing list