automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Anoob Joseph <anoobj@marvell.com>
Subject: |WARNING| pw127618 [PATCH v5 16/21] pdcp: add timer expiry handle
Date: Sat, 27 May 2023 14:12:57 +0200 (CEST)	[thread overview]
Message-ID: <20230527121257.5443C120927@dpdk.org> (raw)
In-Reply-To: <20230527071610.903-17-anoobj@marvell.com>

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

_coding style issues_


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

WARNING:TYPO_SPELLING: 'REORD' may be misspelled - perhaps 'RECORD'?
#116: 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'?
#169: 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'?
#170: 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'?
#176: FILE: lib/pdcp/rte_pdcp.c:277:
+	 *     RX_REORD;

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

WARNING:TYPO_SPELLING: 'reord' may be misspelled - perhaps 'record'?
#185: 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'?
#189: FILE: lib/pdcp/rte_pdcp.c:290:
+	 *   - update RX_REORD to RX_NEXT;

WARNING:TYPO_SPELLING: 'reord' may be misspelled - perhaps 'record'?
#193: 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'?
#233: 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

           reply	other threads:[~2023-05-27 12:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230527071610.903-17-anoobj@marvell.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230527121257.5443C120927@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=anoobj@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).