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 AB028A0503 for ; Thu, 19 May 2022 21:27:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7A8440223; Thu, 19 May 2022 21:27:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D14A8427F0 for ; Thu, 19 May 2022 21:27:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C7728120945; Thu, 19 May 2022 21:27:08 +0200 (CEST) Subject: |WARNING| pw111442 [PATCH 2/3] ixgbe: move periodic link service work into separate function In-Reply-To: <04814d26e71e72f91464a1261f850a6a442c54ad.1652987887.git.jeffd@silicom-usa.com> References: <04814d26e71e72f91464a1261f850a6a442c54ad.1652987887.git.jeffd@silicom-usa.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jeff Daly Message-Id: <20220519192708.C7728120945@dpdk.org> Date: Thu, 19 May 2022 21:27:08 +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/111442 _coding style issues_ 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, 0 warnings, 0 checks, 125 lines checked