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 C3C5EA0503 for ; Thu, 19 May 2022 19:44:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C025C40223; Thu, 19 May 2022 19:44:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F238442B76 for ; Thu, 19 May 2022 19:44:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EDDE3120945; Thu, 19 May 2022 19:44:53 +0200 (CEST) Subject: |WARNING| pw111433 [PATCH 2/3] ixgbe: move periodic link service work into separate function In-Reply-To: <20220519174325.23308-3-jeffd@silicom-usa.com> References: <20220519174325.23308-3-jeffd@silicom-usa.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jeff Daly Message-Id: <20220519174453.EDDE3120945@dpdk.org> Date: Thu, 19 May 2022 19:44:53 +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/111433 _coding style issues_ WARNING:BAD_SIGN_OFF: Non-standard signature: Inspired-by: #110: Inspired-by: Stephen Douthit ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #247: FILE: drivers/net/ixgbe/ixgbe_ethdev.h:32: +#define IXGBE_FLAG_NEED_SFP_SETUP (uint32_t)(1 << 5) total: 1 errors, 1 warnings, 0 checks, 125 lines checked