From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8E0CFA00BE for ; Fri, 12 Jun 2020 05:48:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DFC31BF93; Fri, 12 Jun 2020 05:48:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D07F51BEB1; Fri, 12 Jun 2020 05:48:21 +0200 (CEST) In-Reply-To: <20200612032410.20864-14-guinanx.sun@intel.com> References: <20200612032410.20864-14-guinanx.sun@intel.com> To: test-report@dpdk.org Cc: Guinan Sun Message-Id: <20200612034821.D07F51BEB1@dpdk.org> Date: Fri, 12 Jun 2020 05:48:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71337 [PATCH 13/21] net/ixgbe/base: modify Klocwork hits for DDK 7.0 X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/71337 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #203: FILE: drivers/net/ixgbe/base/ixgbe_phy.c:11: +STATIC void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #207: FILE: drivers/net/ixgbe/base/ixgbe_phy.c:14: +STATIC void ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data); total: 0 errors, 2 warnings, 0 checks, 181 lines checked