|WARNING| pw126106 [PATCH v2 06/22] pdcp: add pre and post process for UL

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 14 19:48:52 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#170: FILE: lib/pdcp/pdcp_process.c:51:
+	const uint8_t ciph_shift = 3 * en_priv->flags.is_ciph_in_bits;

WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#170: FILE: lib/pdcp/pdcp_process.c:51:
+	const uint8_t ciph_shift = 3 * en_priv->flags.is_ciph_in_bits;

WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#183: FILE: lib/pdcp/pdcp_process.c:64:
+	op->cipher.data.offset = data_offset << ciph_shift;

WARNING:TYPO_SPELLING: 'ciph' may be misspelled - perhaps 'cipher'?
#184: FILE: lib/pdcp/pdcp_process.c:65:
+	op->cipher.data.length = (pkt_len - data_offset) << ciph_shift;

total: 0 errors, 4 warnings, 387 lines checked


More information about the test-report mailing list