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 104964410E for ; Thu, 30 May 2024 13:15:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8AEB42DA6; Thu, 30 May 2024 13:15:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9EC4D42D8C for ; Thu, 30 May 2024 13:15:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7502712367B; Thu, 30 May 2024 13:15:31 +0200 (CEST) Subject: |WARNING| pw140444 [PATCH v3 06/30] net/ixgbe/base: introduce new mailbox API In-Reply-To: <6949741083bc61a2117d03ebf0f5025884e1552c.1717067519.git.anatoly.burakov@intel.com> References: <6949741083bc61a2117d03ebf0f5025884e1552c.1717067519.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240530111531.7502712367B@dpdk.org> Date: Thu, 30 May 2024 13:15:31 +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/140444 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #149: FILE: drivers/net/ixgbe/base/ixgbe_mbx.c:9: +STATIC s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id); total: 0 errors, 1 warnings, 0 checks, 1558 lines checked