|WARNING| pw126707 [PATCH 04/14] test: cryptodev use rte_pktmbuf_mtod_offset

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 5 19:50:15 CEST 2023


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

_coding style issues_


WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#176: FILE: app/test/test_cryptodev.c:5140:
+							    (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));

WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#190: FILE: app/test/test_cryptodev.c:5548:
+							    (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));

WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#228: FILE: app/test/test_cryptodev.c:6488:
+							    (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes));

WARNING:LONG_LINE: line length of 140 exceeds 100 columns
#241: FILE: app/test/test_cryptodev.c:7908:
+							    (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