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 A9E71A0093 for ; Fri, 11 Mar 2022 01:09:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5160410E3; Fri, 11 Mar 2022 01:09:15 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9470240F35 for ; Fri, 11 Mar 2022 01:09:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4E8E6122CFF; Fri, 11 Mar 2022 01:09:14 +0100 (CET) Subject: |WARNING| pw108667 [PATCH v1] bbdev: add new operation for FFT processing In-Reply-To: <1646956157-245769-2-git-send-email-nicolas.chautru@intel.com> References: <1646956157-245769-2-git-send-email-nicolas.chautru@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nicolas Chautru Message-Id: <20220311000914.4E8E6122CFF@dpdk.org> Date: Fri, 11 Mar 2022 01:09:14 +0100 (CET) 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/108667 _coding style issues_ WARNING:TYPO_SPELLING: 'stucture' may be misspelled - perhaps 'structure'? #210: FILE: doc/guides/prog_guide/bbdev.rst:1245: +stucture is used to pass iova address. WARNING:REPEATED_WORD: Possible repeated word: 'the' #398: FILE: lib/bbdev/rte_bbdev_op.h:230: + /** Set if the the input data used FP16 format */ WARNING:REPEATED_WORD: Possible repeated word: 'the' #400: FILE: lib/bbdev/rte_bbdev_op.h:232: + /** Set if the the output data uses FP16 format */ total: 0 errors, 3 warnings, 484 lines checked