|WARNING| pw129377 [PATCH v4 03/11] test: use rte_pktmbuf_mtod_offset
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 7 22:41:19 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/129377
_coding style issues_
WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#178: FILE: app/test/test_cryptodev.c:5174:
+ (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));
WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#192: FILE: app/test/test_cryptodev.c:5588:
+ (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));
WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#230: FILE: app/test/test_cryptodev.c:6543:
+ (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));
WARNING:LONG_LINE: line length of 140 exceeds 100 columns
#243: FILE: app/test/test_cryptodev.c:7970:
+ (tdata->digest_enc.offset == 0 ? plaintext_pad_len : tdata->digest_enc.offset));
total: 0 errors, 4 warnings, 138 lines checked
More information about the test-report
mailing list