|WARNING| pw163261 [PATCH v4 2/2] ring: introduce peek API for soring

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 23 11:16:55 CEST 2026


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

_coding style issues_


WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#33: 
Subject: [PATCH v4 2/2] ring: introduce peek API for soring
                                                     ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#58: 
for soring too.
    ^^^^^^

WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#454: FILE: lib/ring/rte_soring.h:611:
+ * SORING Peek API
    ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#459: 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'?
#464: FILE: lib/ring/rte_soring.h:621:
+ * It is a user responsibility to create/init soring with appropriate sync
                                               ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#473: FILE: lib/ring/rte_soring.h:630:
+ * Start to enqueue exact number of objects on the soring.
                                                    ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#480: FILE: lib/ring/rte_soring.h:637:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#482: 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'?
#484: 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'?
#498: 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'?
#505: FILE: lib/ring/rte_soring.h:662:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#507: 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'?
#509: 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'?
#523: FILE: lib/ring/rte_soring.h:680:
+ * Complete to enqueue several objects on the soring.
                                               ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#528: FILE: lib/ring/rte_soring.h:685:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#532: 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'?
#534: 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'?
#544: 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'?
#549: FILE: lib/ring/rte_soring.h:706:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#553: 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'?
#559: 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'?
#559: 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'?
#563: 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'?
#574: FILE: lib/ring/rte_soring.h:731:
+ * Start to dequeue several objects from the soring.
                                              ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#578: FILE: lib/ring/rte_soring.h:735:
+ * the soring.
        ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#581: FILE: lib/ring/rte_soring.h:738:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#585: 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'?
#587: 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'?
#589: 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'?
#603: 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'?
#607: FILE: lib/ring/rte_soring.h:764:
+ * the soring.
        ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#610: FILE: lib/ring/rte_soring.h:767:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#614: 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'?
#620: 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'?
#620: 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'?
#624: 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'?
#626: 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'?
#640: FILE: lib/ring/rte_soring.h:797:
+ * Start to dequeue several objects from the soring.
                                              ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#644: FILE: lib/ring/rte_soring.h:801:
+ * the soring.
        ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#647: FILE: lib/ring/rte_soring.h:804:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#651: 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'?
#653: 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'?
#655: 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'?
#669: 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'?
#673: FILE: lib/ring/rte_soring.h:830:
+ * the soring.
        ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#676: FILE: lib/ring/rte_soring.h:833:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#680: 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'?
#686: 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'?
#686: 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'?
#690: 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'?
#692: 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'?
#706: FILE: lib/ring/rte_soring.h:863:
+ * Complete to dequeue several objects from the soring.
                                                 ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#711: FILE: lib/ring/rte_soring.h:868:
+ *   A pointer to the soring structure.
                       ^^^^^^

WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#713: FILE: lib/ring/rte_soring.h:870:
+ *   The number of objects to remove from the soring.
                                               ^^^^^^

WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#929: FILE: lib/ring/soring.c:775:
+ * SORING public peek API
    ^^^^^^

total: 0 errors, 55 warnings, 795 lines checked


More information about the test-report mailing list