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 395A8A0543 for ; Wed, 10 Aug 2022 09:46:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35C2440694; Wed, 10 Aug 2022 09:46:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AFDC04068E for ; Wed, 10 Aug 2022 09:46:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A747A120775; Wed, 10 Aug 2022 09:46:41 +0200 (CEST) Subject: |WARNING| pw114803 [PATCH 1/2] member: implement NitroSketch mode In-Reply-To: <20220810074518.1695013-2-leyi.rong@intel.com> References: <20220810074518.1695013-2-leyi.rong@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Leyi Rong Message-Id: <20220810074641.A747A120775@dpdk.org> Date: Wed, 10 Aug 2022 09:46:41 +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/114803 _coding style issues_ WARNING:TYPO_SPELLING: 'approches' may be misspelled - perhaps 'approaches'? #68: appears as a promising alternative to traditional approches such as WARNING:TYPO_SPELLING: 'decending' may be misspelled - perhaps 'descending'? #922: FILE: lib/member/rte_member_heap.h:376: +/* sort the heap into a decending array */ WARNING:TYPO_SPELLING: 'mesured' may be misspelled - perhaps 'measured'? #1432: FILE: lib/member/rte_member_sketch.c:460: + * If sketch is mesured by byte count, WARNING:TYPO_SPELLING: 'complier' may be misspelled - perhaps 'compiler'? #1884: FILE: lib/member/rte_xxh64_avx512.h:104: + * _mm512_rem_epi64(), but seems it depends on the complier's total: 0 errors, 4 warnings, 1723 lines checked Warning in lib/member/rte_member_sketch.c: Using %l format, prefer %PRI*64 if type is [u]int64_t Warning in lib/member/rte_member_heap.h: Declaring a variable inside for()