From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EEC03430BC for ; Mon, 21 Aug 2023 08:05:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EACE141151; Mon, 21 Aug 2023 08:05:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 76F3D41151 for ; Mon, 21 Aug 2023 08:05:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 63CF31206AB; Mon, 21 Aug 2023 08:05:02 +0200 (CEST) Subject: |WARNING| pw130550 [RFC] lib/st_ring: add single thread ring In-Reply-To: <20230821060420.3509667-1-honnappa.nagarahalli@arm.com> References: <20230821060420.3509667-1-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20230821060502.63CF31206AB@dpdk.org> Date: Mon, 21 Aug 2023 08:05:02 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/130550 _coding style issues_ WARNING:TYPO_SPELLING: 'Signle' may be misspelled - perhaps 'Single'? #80: FILE: lib/st_ring/rte_st_ring.h:10: + * RTE Signle Thread Ring (ST Ring) WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #245: FILE: lib/st_ring/rte_st_ring.h:175: + * Enqueue upto a maximum number of objects on a ST ring. WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #318: FILE: lib/st_ring/rte_st_ring.h:248: + * Enqueue upto a maximum number of objects on a ST ring at the tail. WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #391: FILE: lib/st_ring/rte_st_ring.h:321: + * Dequeue upto a maximum number of objects from a ST ring. WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #464: FILE: lib/st_ring/rte_st_ring.h:394: + * Dequeue upto a maximum number of objects from a ST ring from the head. total: 0 errors, 5 warnings, 567 lines checked