|WARNING| pw163101 [PATCH v1 2/2] ring: introduce peek API for soring
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 15 19:17:54 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/163101
_coding style issues_
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#33:
Subject: [PATCH v1 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'?
#433: FILE: lib/ring/rte_soring.h:611:
+ * SORING Peek API
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#438: 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'?
#443: 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'?
#452: 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'?
#452: 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'?
#459: FILE: lib/ring/rte_soring.h:637:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#461: 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'?
#463: 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'?
#477: 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'?
#484: FILE: lib/ring/rte_soring.h:662:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#486: 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'?
#488: 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'?
#502: 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'?
#507: FILE: lib/ring/rte_soring.h:685:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#511: 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'?
#513: 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'?
#523: 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'?
#528: FILE: lib/ring/rte_soring.h:706:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#532: 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'?
#538: 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'?
#538: 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'?
#542: 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'?
#553: 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'?
#557: FILE: lib/ring/rte_soring.h:735:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#560: FILE: lib/ring/rte_soring.h:738:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#564: 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'?
#566: 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'?
#568: 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'?
#582: 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'?
#586: FILE: lib/ring/rte_soring.h:764:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#589: FILE: lib/ring/rte_soring.h:767:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#593: 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'?
#599: 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'?
#599: 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'?
#603: 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'?
#605: 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'?
#619: 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'?
#623: FILE: lib/ring/rte_soring.h:801:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#626: FILE: lib/ring/rte_soring.h:804:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#630: 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'?
#632: 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'?
#634: 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'?
#648: 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'?
#652: FILE: lib/ring/rte_soring.h:830:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#655: FILE: lib/ring/rte_soring.h:833:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#659: 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'?
#665: 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'?
#665: 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'?
#669: 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'?
#671: 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'?
#682: FILE: lib/ring/rte_soring.h:860:
+ * Complete to dequeue several objects from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#687: FILE: lib/ring/rte_soring.h:865:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#689: 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'?
#903: FILE: lib/ring/soring.c:742:
+ * SORING public peek API
^^^^^^
total: 0 errors, 56 warnings, 776 lines checked
More information about the test-report
mailing list