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 E1BDFA054F for ; Tue, 16 Mar 2021 19:25:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D9A372429BA; Tue, 16 Mar 2021 19:25:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id DD8212429BA for ; Tue, 16 Mar 2021 19:25:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id BD8AE3D9; Tue, 16 Mar 2021 19:25:13 +0100 (CET) In-Reply-To: <1615919077-77774-2-git-send-email-vladimir.medvedkin@intel.com> References: <1615919077-77774-2-git-send-email-vladimir.medvedkin@intel.com> To: test-report@dpdk.org Cc: Vladimir Medvedkin Message-Id: <20210316182513.BD8AE3D9@dpdk.org> Date: Tue, 16 Mar 2021 19:25:13 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89259 [PATCH v1 1/3] hash: add predictable RSS API 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89259 _coding style issues_ WARNING:TYPO_SPELLING: 'seqence' may be misspelled - perhaps 'sequence'? #202: FILE: lib/librte_hash/rte_thash.h:227: + * LFSR will ignore if generated m-seqence has more than 2^n -1 bits WARNING:REPEATED_WORD: Possible repeated word: 'name' #277: FILE: lib/librte_hash/rte_thash.h:302: + * @param name + * name of the helper WARNING:REPEATED_WORD: Possible repeated word: 'offset' #281: FILE: lib/librte_hash/rte_thash.h:306: + * @param offset + * offset in bits of the subtuple WARNING:REPEATED_WORD: Possible repeated word: 'name' #297: FILE: lib/librte_hash/rte_thash.h:322: + * @param name + * name of the helper total: 0 errors, 4 warnings, 264 lines checked