|WARNING| pw127337 [PATCH v3 06/22] pdcp: add pre and post process for UL
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 24 18:03:57 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/127337
_coding style issues_
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#171: FILE: lib/pdcp/pdcp_process.c:51:
+ const uint8_t ciph_shift = 3 * en_priv->flags.is_cipher_in_bits;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#184: FILE: lib/pdcp/pdcp_process.c:64:
+ op->cipher.data.offset = data_offset << ciph_shift;
WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#185: FILE: lib/pdcp/pdcp_process.c:65:
+ op->cipher.data.length = (pkt_len - data_offset) << ciph_shift;
total: 0 errors, 3 warnings, 387 lines checked
More information about the test-report
mailing list