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 7489A461F4 for ; Tue, 11 Feb 2025 09:55:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7101640156; Tue, 11 Feb 2025 09:55:52 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 54B7140150 for ; Tue, 11 Feb 2025 09:55:46 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 79063127003; Tue, 11 Feb 2025 09:54:29 +0100 (CET) Subject: |WARNING| pw151308 [PATCH v9 13/28] net/rnp: add support link setup operations In-Reply-To: <1739263818-59770-14-git-send-email-caowenbo@mucse.com> References: <1739263818-59770-14-git-send-email-caowenbo@mucse.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenbo Cao Message-Id: <20250211085429.79063127003@dpdk.org> Date: Tue, 11 Feb 2025 09:54:29 +0100 (CET) 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/151308 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'lane' - possible side-effects? #69: FILE: drivers/net/rnp/base/rnp_eth_regs.h:9: +#define RNP_ETH_TX_FIFO_EMPT(lane) ((1 << (lane)) | (1 << ((lane) + 4))) total: 0 errors, 0 warnings, 1 checks, 228 lines checked