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 A9EF342532 for ; Thu, 7 Sep 2023 08:59:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0320402C6; Thu, 7 Sep 2023 08:59:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D38574029D for ; Thu, 7 Sep 2023 08:59:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D230A1210A9; Thu, 7 Sep 2023 08:59:03 +0200 (CEST) Subject: |WARNING| pw131214 [PATCH v3 04/11] net/cpfl: introduce CP channel API In-Reply-To: <20230907151606.849612-5-beilei.xing@intel.com> References: <20230907151606.849612-5-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20230907065903.D230A1210A9@dpdk.org> Date: Thu, 7 Sep 2023 08:59:03 +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/131214 _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