automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127620 [PATCH v5 16/21] pdcp: add timer expiry handle
       [not found] <20230527085910.972-17-anoobj@marvell.com>
@ 2023-05-27 12:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-05-27 12:08 UTC (permalink / raw)
  To: test-report; +Cc: Anoob Joseph

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

_coding style issues_


WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#91: 
and PDCP internal state variables (like RX_REORD, RX_DELIV etc) will be

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#115: FILE: doc/guides/prog_guide/pdcp_lib.rst:137:
+transmitted in the packet. It utilizes state variables such as RX_REORD,

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#168: FILE: lib/pdcp/rte_pdcp.c:270:
+	/*   - all stored PDCP SDU(s) with associated COUNT value(s) < RX_REORD; */

WARNING:TYPO_SPELLING: 'reord' may be misspelled - perhaps 'record'?
#169: FILE: lib/pdcp/rte_pdcp.c:271:
+	nb_out = pdcp_reorder_up_to_get(&dl->reorder, out_mb, capacity, en_priv->state.rx_reord);

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#175: FILE: lib/pdcp/rte_pdcp.c:277:
+	 *     RX_REORD;

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#182: FILE: lib/pdcp/rte_pdcp.c:284:
+	 *   to upper layers, with COUNT value >= RX_REORD;

WARNING:TYPO_SPELLING: 'reord' may be misspelled - perhaps 'record'?
#184: FILE: lib/pdcp/rte_pdcp.c:286:
+	en_priv->state.rx_deliv = en_priv->state.rx_reord + nb_seq;

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#188: FILE: lib/pdcp/rte_pdcp.c:290:
+	 *   - update RX_REORD to RX_NEXT;

WARNING:TYPO_SPELLING: 'reord' may be misspelled - perhaps 'record'?
#192: FILE: lib/pdcp/rte_pdcp.c:294:
+		en_priv->state.rx_reord = en_priv->state.rx_next;

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#232: FILE: lib/pdcp/rte_pdcp.h:351:
+ * window by updating state variables such as RX_REORD & RX_DELIV. PDCP would

total: 0 errors, 10 warnings, 144 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-27 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230527085910.972-17-anoobj@marvell.com>
2023-05-27 12:08 ` |WARNING| pw127620 [PATCH v5 16/21] pdcp: add timer expiry handle checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).