From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 790DD38EB; Fri, 31 Mar 2017 04:06:58 +0200 (CEST) In-Reply-To: <20170331020622.25498-2-johndale@cisco.com> References: <20170331020622.25498-2-johndale@cisco.com> To: test-report@dpdk.org Cc: John Daley Message-Id: <20170331020658.790DD38EB@dpdk.org> Date: Fri, 31 Mar 2017 04:06:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw22978 [PATCH v2 1/7] 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: Fri, 31 Mar 2017 02:06:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/22978 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #341: 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