From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B13EA046B for ; Wed, 24 Jul 2019 15:17:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 952141C223; Wed, 24 Jul 2019 15:17:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9FF6C1C1F9; Wed, 24 Jul 2019 15:16:58 +0200 (CEST) In-Reply-To: <1563974194-5930-4-git-send-email-arybchenko@solarflare.com> References: <1563974194-5930-4-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190724131658.9FF6C1C1F9@dpdk.org> Date: Wed, 24 Jul 2019 15:16:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57030 [PATCH v3 3/3] net/sfc: unify power of 2 alignment check macro X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/57030 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse '_type' - possible side-effects? #60: FILE: drivers/net/sfc/base/efx.h:41: +#define EFX_IS_P2ALIGNED(_type, _value, _align) \ + ((((_type)(_value)) & ((_type)(_align) - 1)) == 0) total: 0 errors, 0 warnings, 1 checks, 145 lines checked