From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3D63758F6; Thu, 18 May 2017 00:39:02 +0200 (CEST) In-Reply-To: <20170517223811.6150-2-johndale@cisco.com> References: <20170517223811.6150-2-johndale@cisco.com> To: test-report@dpdk.org Cc: John Daley Message-Id: <20170517223902.3D63758F6@dpdk.org> Date: Thu, 18 May 2017 00:39:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24354 [PATCH v4 1/8] net/enic: bring NIC interface functions up to date 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: Wed, 17 May 2017 22:39:02 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24354 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #345: FILE: drivers/net/enic/base/vnic_devcmd.h:95: +#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) total: 0 errors, 0 warnings, 1 checks, 465 lines checked