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 2C1E9A0C50 for ; Fri, 16 Jul 2021 10:39:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28C9240151; Fri, 16 Jul 2021 10:39:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 38A0F4014D for ; Fri, 16 Jul 2021 10:39:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 35000120F1F; Fri, 16 Jul 2021 10:39:00 +0200 (CEST) In-Reply-To: <20210716083545.34444-7-heinrich.kuhn@netronome.com> References: <20210716083545.34444-7-heinrich.kuhn@netronome.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Heinrich Kuhn Message-Id: <20210716083900.35000120F1F@dpdk.org> Date: Fri, 16 Jul 2021 10:39:00 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw95964 [PATCH v2 6/7] net/nfp: move PF functions into new file 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/95964 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #446: FILE: drivers/net/nfp/nfp_ethdev.c:338: + * The ixgbe PMD driver disables the pcie master on the CHECK:CAMELCASE: Avoid CamelCase: #587: FILE: drivers/net/nfp/nfp_ethdev.c:479: + PMD_INIT_LOG(DEBUG, "tx_bar_off: 0x%" PRIx64 "", tx_bar_off); CHECK:CAMELCASE: Avoid CamelCase: #759: FILE: drivers/net/nfp/nfp_ethdev.c:651: + PMD_DRV_LOG(INFO, "Firmware file found at %s with size: %" PRIu64 "", WARNING:TYPO_SPELLING: 'initilise' may be misspelled - perhaps 'initialise'? #1073: FILE: drivers/net/nfp/nfp_ethdev.c:965: + * is no need to initilise the PF again. Only minimal work is required total: 0 errors, 2 warnings, 2 checks, 2223 lines checked