From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AB1344CA0; Thu, 28 Feb 2019 06:56:21 +0100 (CET) In-Reply-To: <20190228055650.25237-3-qi.z.zhang@intel.com> References: <20190228055650.25237-3-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20190228055621.AB1344CA0@dpdk.org> Date: Thu, 28 Feb 2019 06:56:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50562 [02/37] net/ice/base: improve comments 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: , X-List-Received-Date: Thu, 28 Feb 2019 05:56:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50562 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'align' - possible side-effects? #753: FILE: drivers/net/ice/base/ice_common.h:64: +#define ICE_ALIGN(ptr, align) (((ptr) + ((align) - 1)) & ~((align) - 1)) total: 0 errors, 0 warnings, 1 checks, 4798 lines checked