|WARNING| pw163179 [PATCH v3 2/2] ring: introduce peek API for soring
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Apr 17 23:23:48 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/163179
_coding style issues_
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#32:
Subject: [PATCH v3 2/2] ring: introduce peek API for soring
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#57:
for soring too.
^^^^^^
WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#453: FILE: lib/ring/rte_soring.h:611:
+ * SORING Peek API
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#458: FILE: lib/ring/rte_soring.h:616:
+ * That allows user to inspect objects in the soring without removing them
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#463: FILE: lib/ring/rte_soring.h:621:
+ * It is a user responsibility to create/init soring with appropriate sync
^^^^^^
WARNING:TYPO_SPELLING: 'excact' may be misspelled - perhaps 'exact'?
#472: FILE: lib/ring/rte_soring.h:630:
+ * Start to enqueue excact number of objects on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#472: FILE: lib/ring/rte_soring.h:630:
+ * Start to enqueue excact number of objects on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#479: FILE: lib/ring/rte_soring.h:637:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#481: FILE: lib/ring/rte_soring.h:639:
+ * The number of objects to add in the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#483: FILE: lib/ring/rte_soring.h:641:
+ * if non-NULL, returns the amount of space in the soring after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#497: FILE: lib/ring/rte_soring.h:655:
+ * Start to enqueue several objects (up to 'n') on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#504: FILE: lib/ring/rte_soring.h:662:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#506: FILE: lib/ring/rte_soring.h:664:
+ * The number of objects to add in the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#508: FILE: lib/ring/rte_soring.h:666:
+ * if non-NULL, returns the amount of space in the soring after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#522: FILE: lib/ring/rte_soring.h:680:
+ * Complete to enqueue several objects plus metadata on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#527: FILE: lib/ring/rte_soring.h:685:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#531: FILE: lib/ring/rte_soring.h:689:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#533: FILE: lib/ring/rte_soring.h:691:
+ * The number of objects to add in the soring from the 'objs'.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#543: FILE: lib/ring/rte_soring.h:701:
+ * Complete to enqueue several objects plus metadata on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#548: FILE: lib/ring/rte_soring.h:706:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#552: FILE: lib/ring/rte_soring.h:710:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#558: FILE: lib/ring/rte_soring.h:716:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#558: FILE: lib/ring/rte_soring.h:716:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#562: FILE: lib/ring/rte_soring.h:720:
+ * The number of objects to add in the soring from the 'objs'.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#573: FILE: lib/ring/rte_soring.h:731:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#577: FILE: lib/ring/rte_soring.h:735:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#580: FILE: lib/ring/rte_soring.h:738:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#584: FILE: lib/ring/rte_soring.h:742:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#586: FILE: lib/ring/rte_soring.h:744:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#588: FILE: lib/ring/rte_soring.h:746:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#602: FILE: lib/ring/rte_soring.h:760:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#606: FILE: lib/ring/rte_soring.h:764:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#609: FILE: lib/ring/rte_soring.h:767:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#613: FILE: lib/ring/rte_soring.h:771:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#619: FILE: lib/ring/rte_soring.h:777:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#619: FILE: lib/ring/rte_soring.h:777:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#623: FILE: lib/ring/rte_soring.h:781:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#625: FILE: lib/ring/rte_soring.h:783:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#639: FILE: lib/ring/rte_soring.h:797:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#643: FILE: lib/ring/rte_soring.h:801:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#646: FILE: lib/ring/rte_soring.h:804:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#650: FILE: lib/ring/rte_soring.h:808:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#652: FILE: lib/ring/rte_soring.h:810:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#654: FILE: lib/ring/rte_soring.h:812:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#668: FILE: lib/ring/rte_soring.h:826:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#672: FILE: lib/ring/rte_soring.h:830:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#675: FILE: lib/ring/rte_soring.h:833:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#679: FILE: lib/ring/rte_soring.h:837:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#685: FILE: lib/ring/rte_soring.h:843:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#685: FILE: lib/ring/rte_soring.h:843:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#689: FILE: lib/ring/rte_soring.h:847:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#691: FILE: lib/ring/rte_soring.h:849:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#702: FILE: lib/ring/rte_soring.h:860:
+ * Complete to dequeue several objects from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#707: FILE: lib/ring/rte_soring.h:865:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#709: FILE: lib/ring/rte_soring.h:867:
+ * The number of objects to remove from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#923: FILE: lib/ring/soring.c:742:
+ * SORING public peek API
^^^^^^
total: 0 errors, 56 warnings, 790 lines checked
More information about the test-report
mailing list