|WARNING| pw163594 [PATCH v5 2/2] ring: introduce peek API for soring
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 5 17:48:26 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/163594
_coding style issues_
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#33:
Subject: [PATCH v5 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'?
#189: FILE: app/test/test_soring.c:499:
+ RTE_TEST_ASSERT_NOT_NULL(sor, "alloc failed for soring");
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#191: FILE: app/test/test_soring.c:501:
+ RTE_TEST_ASSERT_SUCCESS(rc, "Failed to init soring");
^^^^^^
WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#581: FILE: lib/ring/rte_soring.h:611:
+ * SORING Peek API
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#586: 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'?
#591: 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'?
#600: 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'?
#608: FILE: lib/ring/rte_soring.h:638:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#610: FILE: lib/ring/rte_soring.h:640:
+ * The number of objects to add in the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#612: FILE: lib/ring/rte_soring.h:642:
+ * if non-NULL, returns the amount of space in the soring after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#626: FILE: lib/ring/rte_soring.h:656:
+ * Start to enqueue several objects (up to 'n') on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#634: FILE: lib/ring/rte_soring.h:664:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#636: FILE: lib/ring/rte_soring.h:666:
+ * The number of objects to add in the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#638: FILE: lib/ring/rte_soring.h:668:
+ * if non-NULL, returns the amount of space in the soring after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#652: FILE: lib/ring/rte_soring.h:682:
+ * Complete to enqueue several objects on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#657: FILE: lib/ring/rte_soring.h:687:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#661: FILE: lib/ring/rte_soring.h:691:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#663: FILE: lib/ring/rte_soring.h:693:
+ * The number of objects to add in the soring from the 'objs'.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#673: FILE: lib/ring/rte_soring.h:703:
+ * Complete to enqueue several objects plus metadata on the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#678: FILE: lib/ring/rte_soring.h:708:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#682: FILE: lib/ring/rte_soring.h:712:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#688: FILE: lib/ring/rte_soring.h:718:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#688: FILE: lib/ring/rte_soring.h:718:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#692: FILE: lib/ring/rte_soring.h:722:
+ * The number of objects to add in the soring from the 'objs'.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#703: FILE: lib/ring/rte_soring.h:733:
+ * Start to dequeue several objects from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#707: FILE: lib/ring/rte_soring.h:737:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#710: FILE: lib/ring/rte_soring.h:740:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#714: FILE: lib/ring/rte_soring.h:744:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#716: FILE: lib/ring/rte_soring.h:746:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#718: FILE: lib/ring/rte_soring.h:748:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#732: FILE: lib/ring/rte_soring.h:762:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#736: FILE: lib/ring/rte_soring.h:766:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#739: FILE: lib/ring/rte_soring.h:769:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#743: FILE: lib/ring/rte_soring.h:773:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#749: FILE: lib/ring/rte_soring.h:779:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#749: FILE: lib/ring/rte_soring.h:779:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#753: FILE: lib/ring/rte_soring.h:783:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#755: FILE: lib/ring/rte_soring.h:785:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#769: FILE: lib/ring/rte_soring.h:799:
+ * Start to dequeue several objects from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#773: FILE: lib/ring/rte_soring.h:803:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#776: FILE: lib/ring/rte_soring.h:806:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#780: FILE: lib/ring/rte_soring.h:810:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#782: FILE: lib/ring/rte_soring.h:812:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#784: FILE: lib/ring/rte_soring.h:814:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#798: FILE: lib/ring/rte_soring.h:828:
+ * Start to dequeue several objects plus metadata from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#802: FILE: lib/ring/rte_soring.h:832:
+ * the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#805: FILE: lib/ring/rte_soring.h:835:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#809: FILE: lib/ring/rte_soring.h:839:
+ * used while creating the soring. Otherwise the results are undefined.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#815: FILE: lib/ring/rte_soring.h:845:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#815: FILE: lib/ring/rte_soring.h:845:
+ * parameter used while creating the soring. If user created the soring with
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#819: FILE: lib/ring/rte_soring.h:849:
+ * The number of objects to dequeue from the soring into the objs.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#821: FILE: lib/ring/rte_soring.h:851:
+ * If non-NULL, returns the number of remaining soring entries after the
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#835: FILE: lib/ring/rte_soring.h:865:
+ * Complete to dequeue several objects from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#840: FILE: lib/ring/rte_soring.h:870:
+ * A pointer to the soring structure.
^^^^^^
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#842: FILE: lib/ring/rte_soring.h:872:
+ * The number of objects to remove from the soring.
^^^^^^
WARNING:TYPO_SPELLING: 'SORING' may be misspelled - perhaps 'SORTING'?
#1058: FILE: lib/ring/soring.c:775:
+ * SORING public peek API
^^^^^^
total: 0 errors, 57 warnings, 916 lines checked
More information about the test-report
mailing list