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 CD62FA0093 for ; Fri, 17 Jun 2022 09:13:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C96F440DDD; Fri, 17 Jun 2022 09:13:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1141640698 for ; Fri, 17 Jun 2022 09:13:30 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0D3381234AD; Fri, 17 Jun 2022 09:13:30 +0200 (CEST) Subject: |WARNING| pw112960 [PATCH v3 1/4] raw/ifpga/base: add PMCI base driver In-Reply-To: <1655450375-10739-2-git-send-email-wei.huang@intel.com> References: <1655450375-10739-2-git-send-email-wei.huang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wei Huang Message-Id: <20220617071330.0D3381234AD@dpdk.org> Date: Fri, 17 Jun 2022 09:13:30 +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/112960 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #144: FILE: drivers/raw/ifpga/base/ifpga_fme.c:990: + max10->spi_master = spi_master; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #144: FILE: drivers/raw/ifpga/base/ifpga_fme.c:990: + max10->spi_master = spi_master; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #147: FILE: drivers/raw/ifpga/base/ifpga_fme.c:993: + max10->spi_tran_dev = spi_transaction_init(spi_master, 0); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #197: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1185: + max10->spi_master = spi_master; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #197: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1185: + max10->spi_master = spi_master; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #200: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1188: + max10->spi_tran_dev = spi_transaction_init(spi_master, 0); total: 0 errors, 6 warnings, 924 lines checked