From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9DC60F6BE; Fri, 3 Mar 2017 11:46:46 +0100 (CET) In-Reply-To: <65f34f3699e683ff62cc610b89ca2d20e0c583c3.1488537600.git.pascal.mazon@6wind.com> References: <65f34f3699e683ff62cc610b89ca2d20e0c583c3.1488537600.git.pascal.mazon@6wind.com> To: test-report@dpdk.org Cc: Pascal Mazon Message-Id: <20170303104646.9DC60F6BE@dpdk.org> Date: Fri, 3 Mar 2017 11:46:46 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21280 [PATCH 3/4] net/tap: add netlink back-end for flow API 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, 03 Mar 2017 10:46:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21280 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'nlh' - possible side-effects? #516: FILE: drivers/net/tap/tap_netlink.h:54: +#define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) total: 0 errors, 0 warnings, 1 checks, 885 lines checked