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 A7755A046B for ; Wed, 24 Jul 2019 15:00:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A27771C1D4; Wed, 24 Jul 2019 15:00:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 5DC181BE56; Wed, 24 Jul 2019 15:00:06 +0200 (CEST) In-Reply-To: <1563973146-16577-3-git-send-email-arybchenko@solarflare.com> References: <1563973146-16577-3-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190724130006.5DC181BE56@dpdk.org> Date: Wed, 24 Jul 2019 15:00:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57020 [PATCH 2/3] net/sfc: fix align to power of 2 when align has smaller type 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/57020 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse '_type' - possible side-effects? #62: FILE: drivers/net/sfc/base/efx.h:37: +#define EFX_P2ALIGN(_type, _value, _align) \ + ((_type)(_value) & -(_type)(_align)) total: 0 errors, 0 warnings, 1 checks, 41 lines checked