[dpdk-test-report] |WARNING| pw47838 [v3, 8/9] app/procinfo: add support for show mempool
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 5 18:56:19 CET 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/47838
_coding style issues_
ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#84: FILE: app/proc-info/main.c:1193:
+ (flags & MEMPOOL_F_NO_SPREAD)? 'y' : 'n',
^
ERROR:SPACING: spaces required around that ':' (ctx:WxV)
#86: FILE: app/proc-info/main.c:1195:
+ (flags & MEMPOOL_F_SP_PUT) ? 'y' :'n',
^
ERROR:SPACING: spaces required around that ':' (ctx:WxV)
#88: FILE: app/proc-info/main.c:1197:
+ (flags & MEMPOOL_F_POOL_CREATED) ? 'y' :'n',
^
ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#89: FILE: app/proc-info/main.c:1198:
+ (flags & MEMPOOL_F_NO_IOVA_CONTIG) ? 'y': 'n');
^
total: 4 errors, 0 warnings, 82 lines checked
More information about the test-report
mailing list