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 4BBE34257B for ; Tue, 12 Sep 2023 10:09:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44004402E2; Tue, 12 Sep 2023 10:09:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 36612402E5 for ; Tue, 12 Sep 2023 10:09:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 315FA120802; Tue, 12 Sep 2023 10:09:17 +0200 (CEST) Subject: |WARNING| pw131352 [PATCH v5 04/10] net/cpfl: introduce CP channel API In-Reply-To: <20230912162640.1439383-5-beilei.xing@intel.com> References: <20230912162640.1439383-5-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20230912080917.315FA120802@dpdk.org> Date: Tue, 12 Sep 2023 10:09:17 +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/131352 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects? #127: FILE: drivers/net/cpfl/cpfl_cpchnl.h:44: +#define CPCHNL2_CHECK_STRUCT_LEN(n, X) enum static_assert_enum_##X \ + { static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) } total: 0 errors, 0 warnings, 1 checks, 340 lines checked